Remove useless code

!AimingGun(pSoldier) would always evaluate to true and there are no hits to CrowDecideAction in the entire solution even in commented out code
This commit is contained in:
Asdow
2023-08-18 21:05:11 +03:00
parent 1c4929c3e1
commit 613de1b869
3 changed files with 3 additions and 9 deletions
-4
View File
@@ -408,10 +408,6 @@ BOOLEAN InitAI( void )
return( TRUE );
}
BOOLEAN AimingGun(SOLDIERTYPE *pSoldier)
{
return(FALSE);
}
void HandleSoldierAI( SOLDIERTYPE *pSoldier ) // FIXME - this function is named inappropriately
{