mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: autosave count has a maximum of 20 not 32.
SVN r3282 (trunk)
This commit is contained in:
parent
f6ddad95b7
commit
c12b04c130
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ OptionMenu "MiscOptions"
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Option "Enable cheats from all games", "allcheats", "OnOff"
|
Option "Enable cheats from all games", "allcheats", "OnOff"
|
||||||
Option "Enable autosaves", "disableautosave", "Autosave"
|
Option "Enable autosaves", "disableautosave", "Autosave"
|
||||||
Slider "Number of autosaves", "autosavecount", 1, 32, 1, 0
|
Slider "Number of autosaves", "autosavecount", 1, 20, 1, 0
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Option "Cache nodes", "gl_cachenodes", "OnOff"
|
Option "Cache nodes", "gl_cachenodes", "OnOff"
|
||||||
Slider "Time threshold for node caching", "gl_cachetime", 0.0, 2.0, 0.1
|
Slider "Time threshold for node caching", "gl_cachetime", 0.0, 2.0, 0.1
|
||||||
|
|
Loading…
Reference in a new issue