mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Correct variables from INT8 to INT16
This commit is contained in:
@@ -18418,7 +18418,7 @@ BOOLEAN HandleSelectedMercsBeingPutAsleep( BOOLEAN fWakeUp, BOOLEAN fDisplayWarn
|
||||
continue;
|
||||
}
|
||||
|
||||
if( IsEntryInSelectedListSet( ( INT8 )iCounter ) == FALSE )
|
||||
if( IsEntryInSelectedListSet( iCounter ) == FALSE )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user