Skip to content

Commit

Permalink
Use SoldierID
Browse files Browse the repository at this point in the history
  • Loading branch information
Asdow committed Nov 18, 2024
1 parent 3270469 commit b718b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TacticalAI/AIList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SoldierID RemoveFirstAIListEntry( void )
DeleteAIListEntry( pOldFirstEntry );

// make sure conditions still met
if ( SatisfiesAIListConditions( MercPtrs[ ubID ], NULL, FALSE ) )
if ( SatisfiesAIListConditions( ubID, NULL, FALSE ) )
{
return( ubID );
}
Expand Down

0 comments on commit b718b46

Please sign in to comment.