1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(svn r5656) -Fix [SF 1296259]: Autosave override. Changing autosave interval ingame should also change the default interval.

This commit is contained in:
Darkvater
2006-07-30 14:58:17 +00:00
parent 7c87c2e752
commit c3bc551195

View File

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