src/openttd.cpp
changeset 9950 2a0d0769c0e3
parent 9941 8549448b55fa
child 9978 4c10b20eaf54
equal deleted inserted replaced
9949:392998225bdd 9950:2a0d0769c0e3
  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