mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(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.
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user