mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
autosave option is correctly set on options page
This commit is contained in:
parent
46c85d8f30
commit
0398711b5c
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ void new_setup()
|
|||
case 0:c_default(show_names);break;
|
||||
case 1:c_default(enable_sort);break;
|
||||
case 2:c_default(autoattack);break;
|
||||
case 3:c_default(1);break;
|
||||
case 3:c_default(autosave_enabled);break;
|
||||
case 4:c_default(level_preload);break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue