(svn r6366) -Fix (FS#324): when opening a scenario, the date was set 1920 years into the future.

pull/155/head
rubidium 18 years ago
parent 819acd270a
commit 02459f4bef

@ -797,7 +797,7 @@ void SwitchMode(int new_mode)
}
}
_generating_world = false;
_patches_newgame.starting_year = ORIGINAL_BASE_YEAR + _cur_year;
_patches_newgame.starting_year = _cur_year;
// delete all stations owned by a player
DeleteAllPlayerStations();
} else {

Loading…
Cancel
Save