File diff r22432:5e48cf19b6e3 → r22433:3130481e7a32
src/openttd.cpp
Show inline comments
 
@@ -1097,7 +1097,7 @@ void SwitchToMode(SwitchMode new_mode)
 
				SetDParamStr(0, GetSaveLoadErrorString());
 
				ShowErrorMessage(STR_JUST_RAW_STRING, INVALID_STRING_ID, WL_ERROR);
 
			} else {
 
				if (_saveload_mode == SLD_LOAD_SCENARIO) {
 
				if (_file_to_saveload.filetype == FT_SCENARIO) {
 
					/* Reset engine pool to simplify changing engine NewGRFs in scenario editor. */
 
					EngineOverrideManager::ResetToCurrentNewGRFConfig();
 
				}