mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- removed now unused SavegameLoaded variable.
This commit is contained in:
parent
77a2bcb958
commit
7b879f6fe7
2 changed files with 0 additions and 5 deletions
|
@ -100,7 +100,6 @@ bool NoMeters = false;
|
|||
int FinishAnim = 0;
|
||||
bool ReloadPrompt = false;
|
||||
bool NewGame = false;
|
||||
bool SavegameLoaded = false;
|
||||
//Miscellaneous variables
|
||||
bool FinishedLevel = false;
|
||||
short screenpeek = 0;
|
||||
|
@ -676,7 +675,6 @@ void GameInterface::ErrorCleanup()
|
|||
{
|
||||
// Make sure we do not leave the game in an unstable state
|
||||
TerminateLevel();
|
||||
SavegameLoaded = false;
|
||||
FinishAnim = false;
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
|
@ -38,9 +38,6 @@ void MNU_DrawSmallString(int x, int y, const char* string, int shade, int pal, i
|
|||
#define pic_yinyang 2870
|
||||
#define pic_shadow_warrior 2366
|
||||
|
||||
#define m_defshade 2
|
||||
extern bool SavegameLoaded;
|
||||
|
||||
|
||||
END_SW_NS
|
||||
|
||||
|
|
Loading…
Reference in a new issue