(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
1 changed files with 1 additions and 1 deletions

View File

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