- deleted unused variable.

This commit is contained in:
Christoph Oelckers 2022-01-06 00:01:19 +01:00
parent a65e2e8448
commit fab5a02ba3
2 changed files with 0 additions and 3 deletions

View file

@ -129,7 +129,6 @@ int g_bossexit;
FILE* hashfile;
FStartupInfo GameStartupInfo;
FMemArena dump; // this is for memory blocks than cannot be deallocated without some huge effort. Put them in here so that they do not register on shutdown.
InputState inputState;
int ShowStartupWindow(TArray<GrpEntry> &);

View file

@ -34,8 +34,6 @@ extern MapRecord* g_nextmap;
extern int g_nextskill;
extern int g_bossexit;
extern FMemArena dump; // this is for memory blocks than cannot be deallocated without some huge effort. Put them in here so that they do not register on shutdown.
extern FStringCVar* const CombatMacros[];
void CONFIG_ReadCombatMacros();