Changeset - r4537:5424ca557b57
[Not reviewed]
master
0 1 0
rubidium - 18 years ago 2006-09-03 22:21:12
rubidium@openttd.org
(svn r6366) -Fix (FS#324): when opening a scenario, the date was set 1920 years into the future.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
openttd.c
Show inline comments
 
@@ -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 {
0 comments (0 inline, 0 general)