From 283b3d16abc76f722f96d74ca92423a85ebdbf23 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Feb 2009 12:25:13 +0000 Subject: (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. --- src/saveload/afterload.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/saveload/afterload.cpp') diff --git a/src/saveload/afterload.cpp b/src/saveload/afterload.cpp index f34d5fda0..35580102b 100644 --- a/src/saveload/afterload.cpp +++ b/src/saveload/afterload.cpp @@ -1215,7 +1215,7 @@ bool AfterLoadGame() } } - /* A patch option containing the proportion of towns that grow twice as + /* A setting containing the proportion of towns that grow twice as * fast was added in version 54. From version 56 this is now saved in the * town as cities can be built specifically in the scenario editor. */ if (CheckSavegameVersion(56)) { @@ -1257,7 +1257,7 @@ bool AfterLoadGame() } if (CheckSavegameVersion(58)) { - /* patch difficulty number_industries other than zero get bumped to +1 + /* Setting difficulty number_industries other than zero get bumped to +1 * since a new option (very low at position1) has been added */ if (_settings_game.difficulty.number_industries > 0) { _settings_game.difficulty.number_industries++; -- cgit v1.2.3-54-g00ecf