mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
sw/src/game.cpp: Remove unused ReloadPromptMode variable
This commit is contained in:
parent
8d748c19e4
commit
656e059c86
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ SWBOOL DemoModeMenuInit = FALSE;
|
|||
SWBOOL FinishAnim = 0;
|
||||
SWBOOL ShortGameMode = FALSE;
|
||||
SWBOOL ReloadPrompt = FALSE;
|
||||
SWBOOL ReloadPromptMode = FALSE;
|
||||
SWBOOL NewGame = TRUE;
|
||||
SWBOOL InMenuLevel = FALSE;
|
||||
SWBOOL LoadGameOutsideMoveLoop = FALSE;
|
||||
|
|
Loading…
Reference in a new issue