mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- fixed uninitialized variable in savegame name entering menu.
This commit is contained in:
parent
e1e2b01c84
commit
2a0104092d
2 changed files with 2 additions and 3 deletions
|
@ -717,7 +717,6 @@ class DTextEnterMenu : public DMenu
|
|||
|
||||
FString mEnterString;
|
||||
int mEnterSize;
|
||||
int mEnterPos;
|
||||
bool mInputGridOkay;
|
||||
int InputGridX;
|
||||
int InputGridY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue