mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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 ];
|
CHAR16 sString[ 128 ], sStringB[ 128 ];
|
||||||
UINT32 hStringHandle;
|
UINT32 hStringHandle;
|
||||||
BOOLEAN fFirstOne = TRUE;
|
BOOLEAN fFirstOne = TRUE;
|
||||||
const INT32 columnMaxEntries = 5 * gGameOptions.ubSquadSize;
|
const INT32 columnMaxEntries = 40;
|
||||||
INT32 entries = 0;
|
INT32 entries = 0;
|
||||||
bool isFirstColumnFull = false;
|
bool isFirstColumnFull = false;
|
||||||
bool secondColumnFull = false;
|
bool secondColumnFull = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user