Correct variables from INT8 to INT16

This commit is contained in:
Asdow
2024-11-09 22:52:21 +02:00
parent fdd6859726
commit 5cf0ef4bde
8 changed files with 170 additions and 170 deletions
+1 -1
View File
@@ -18418,7 +18418,7 @@ BOOLEAN HandleSelectedMercsBeingPutAsleep( BOOLEAN fWakeUp, BOOLEAN fDisplayWarn
continue;
}
if( IsEntryInSelectedListSet( ( INT8 )iCounter ) == FALSE )
if( IsEntryInSelectedListSet( iCounter ) == FALSE )
{
continue;
}