- Fixed: autosave count has a maximum of 20 not 32.

SVN r3282 (trunk)
This commit is contained in:
Braden Obrzut 2011-08-18 21:40:03 +00:00
parent f6ddad95b7
commit c12b04c130
1 changed files with 1 additions and 1 deletions

View File

@ -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