equal
deleted
inserted
replaced
2157 } |
2157 } |
2158 } |
2158 } |
2159 } |
2159 } |
2160 |
2160 |
2161 if (CheckSavegameVersion(58)) { |
2161 if (CheckSavegameVersion(58)) { |
2162 /* patch difficulty number_industries other then zero get bumped to +1 |
2162 /* patch difficulty number_industries other than zero get bumped to +1 |
2163 * since a new option (very low at position1) has been added */ |
2163 * since a new option (very low at position1) has been added */ |
2164 if (_settings_game.difficulty.number_industries > 0) { |
2164 if (_settings_game.difficulty.number_industries > 0) { |
2165 _settings_game.difficulty.number_industries++; |
2165 _settings_game.difficulty.number_industries++; |
2166 } |
2166 } |
2167 |
2167 |