Fix: Added explicit BOOLEAN check for pSoldier->bVisible (by sevenfm)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8230 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2016-05-23 05:24:45 +00:00
parent db00927287
commit c676a48cd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ BOOLEAN SatisfiesAIListConditions( SOLDIERTYPE * pSoldier, UINT8 * pubDoneCount,
// heard gunshots
if ( pSoldier->flags.uiStatusFlags & SOLDIER_COWERING )
{
if ( pSoldier->bVisible )
if ( pSoldier->bVisible == TRUE )
{
// if have profile, don't handle, don't want them running around
if ( pSoldier->ubProfile != NO_PROFILE )