Fix squad movement popupbox for increased squads

This commit is contained in:
Asdow
2025-08-08 17:01:13 +03:00
parent 9b83d6a3bc
commit d078a3439f
+1 -1
View File
@@ -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;