From c4c440cc20c0cb76442feb07b059b2f69106f5da Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 26 May 2008 00:31:36 +0000 Subject: (svn r13256) -Codechange: merge the OPTS and PATS chuncks. -Codechange: split the diff_custom variable. -Feature: allow changing some of the diff_custom variables via the console in network games. --- src/misc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index 6d0f45392..e53e2f140 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -67,6 +67,7 @@ void InitializeGame(int mode, uint size_x, uint size_y) _realtime_tick = 0; _date_fract = 0; _cur_tileloop_tile = 0; + _settings = _settings_newgame; if ((mode & IG_DATE_RESET) == IG_DATE_RESET) { SetDate(ConvertYMDToDate(_settings.game_creation.starting_year, 0, 1)); -- cgit v1.2.3-70-g09d2