mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix Dismiss Merc not working after selecting several soldiers
This commit is contained in:
@@ -471,6 +471,7 @@ void ResetSelectedListForMapScreen( void )
|
||||
// WDS - make number of mercenaries, etc. be configurable
|
||||
// set all the entries int he selected list to false
|
||||
memset( fSelectedListOfMercsForMapScreen, FALSE, sizeof(fSelectedListOfMercsForMapScreen) );
|
||||
gSelectedSoldiers.clear();
|
||||
|
||||
// if we still have a valid dude selected
|
||||
if ( ( bSelectedInfoChar != -1 ) && ( gCharactersList[ bSelectedInfoChar ].fValid == TRUE ) )
|
||||
|
||||
Reference in New Issue
Block a user