Parenthesis

This commit is contained in:
Julie Marchant 2019-05-19 23:46:26 -04:00
parent c5ee1b3e09
commit 624d5bcb37
1 changed files with 1 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ static void game_doAliens()
if ((game.area == MISN_ELLESH) &&
((aliens[i].classDef == CD_BOSS) ||
game.difficulty != DIFFICULTY_ORIGINAL))
(game.difficulty != DIFFICULTY_ORIGINAL)))
aliens[i].face = 0;
if ((aliens[i].flags & FL_DEPLOYDRONES) && ((rand() % 300) == 0))