mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r5656) -Fix [SF 1296259]: Autosave override. Changing autosave interval ingame should also change the default interval.
This commit is contained in:
parent
7c87c2e752
commit
c3bc551195
@ -192,7 +192,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e)
|
||||
}
|
||||
break;
|
||||
case 17: /* Autosave options */
|
||||
_opt_ptr->autosave = e->dropdown.index;
|
||||
_opt.autosave = _opt_newgame.autosave = e->dropdown.index;
|
||||
SetWindowDirty(w);
|
||||
break;
|
||||
case 24: /* Change interface language */
|
||||
|
Loading…
Reference in New Issue
Block a user