From 4d8ceec9c4c61a304874b9dab7454b1bc4079d1d Mon Sep 17 00:00:00 2001 From: onpon4 Date: Tue, 17 Mar 2015 22:09:00 -0400 Subject: [PATCH] Small tweak. --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index d46132e..55bf330 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -370,7 +370,7 @@ int mainGameLoop() if ((currentGame.system == 2) && (currentGame.experimentalShield > 0)) { - if ((rand() % 5) < 4) + if ((rand() % 5) > 0) { aliens[10] = alien_defs[CD_CLOAKFIGHTER]; aliens[10].owner = &aliens[10];