Remove unused function & globals

This commit is contained in:
Asdow
2024-11-30 23:50:17 +02:00
parent de56f653ec
commit 4e8c5fa9ab
3 changed files with 0 additions and 38 deletions
-2
View File
@@ -3294,7 +3294,6 @@ BOOLEAN LoadWorld(const STR8 puiFilename, FLOAT* pMajorMapVersion, UINT8* pMinor
if(gusSelectedSoldier->bActive == FALSE)
gusSelectedSoldier = NOBODY;
}
AdjustSoldierCreationStartValues();
RenderProgressBar(0, 60);
InvalidateWorldRedundency();
// SAVE FILENAME
@@ -3327,7 +3326,6 @@ BOOLEAN NewWorld( INT32 nMapRows, INT32 nMapCols )
UINT16 NewIndex;
INT32 cnt;
AdjustSoldierCreationStartValues( );
TrashWorld();