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