mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- enabled saveloadconfirmation menu option.
This commit is contained in:
parent
dc846dcd49
commit
22364ff2f8
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ OptionMenu "MiscOptions" protected
|
||||||
StaticText " "
|
StaticText " "
|
||||||
//Option "$MISCMNU_ALLCHEATS", "allcheats", "OnOff"
|
//Option "$MISCMNU_ALLCHEATS", "allcheats", "OnOff"
|
||||||
Option "$MISCMNU_ENABLEAUTOSAVES", "disableautosave", "Autosave"
|
Option "$MISCMNU_ENABLEAUTOSAVES", "disableautosave", "Autosave"
|
||||||
//Option "$MISCMNU_SAVELOADCONFIRMATION", "saveloadconfirmation", "OnOff"
|
Option "$MISCMNU_SAVELOADCONFIRMATION", "saveloadconfirmation", "OnOff"
|
||||||
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
|
Slider "$MISCMNU_AUTOSAVECOUNT", "autosavecount", 1, 20, 1, 0
|
||||||
//Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
|
//Option "$MISCMNU_QUICKSAVEROTATION", "quicksaverotation", "OnOff"
|
||||||
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksavecount", 1, 20, 1, 0
|
Slider "$MISCMNU_QUICKSAVECOUNT", "quicksavecount", 1, 20, 1, 0
|
||||||
|
|
Loading…
Reference in a new issue