From 290b3bd3cc6e0562d7561d2319d5805d46bd54e3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 26 May 2008 21:38:17 +0000 Subject: (svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window. --- src/settings.cpp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index fc151e4e5..38108c5ac 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -2265,22 +2265,16 @@ static void Save_PATS() void CheckConfig() { - // Increase old default values for pf_maxdepth and pf_maxlength - // to support big networks. + /* + * Increase old default values for pf_maxdepth and pf_maxlength + * to support big networks. + */ if (_settings_newgame.pf.opf.pf_maxdepth == 16 && _settings_newgame.pf.opf.pf_maxlength == 512) { _settings_newgame.pf.opf.pf_maxdepth = 48; _settings_newgame.pf.opf.pf_maxlength = 4096; } } -void UpdatePatches() -{ - /* Since old(er) savegames don't have any patches saved, we initialise - * them with the default values just as it was in the old days. - * Also new games need this copying-over */ - _settings = _settings_newgame; /* backwards compatibility */ -} - extern const ChunkHandler _setting_chunk_handlers[] = { { 'OPTS', NULL, Load_OPTS, CH_RIFF}, { 'PATS', Save_PATS, Load_PATS, CH_RIFF | CH_LAST}, -- cgit v1.2.3-70-g09d2