mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix squad movement popupbox for increased squads
This commit is contained in:
@@ -3777,7 +3777,7 @@ void AddStringsToMoveBox( void )
|
||||
CHAR16 sString[ 128 ], sStringB[ 128 ];
|
||||
UINT32 hStringHandle;
|
||||
BOOLEAN fFirstOne = TRUE;
|
||||
const INT32 columnMaxEntries = 5 * gGameOptions.ubSquadSize;
|
||||
const INT32 columnMaxEntries = 40;
|
||||
INT32 entries = 0;
|
||||
bool isFirstColumnFull = false;
|
||||
bool secondColumnFull = false;
|
||||
|
||||
Reference in New Issue
Block a user