(svn r16149) -Fix [FS#2860]: when there's no AI and an AI is started... *boom*

pull/155/head
rubidium 16 years ago
parent e54aca7905
commit 27b831935f

@ -258,6 +258,7 @@ void AIInstance::Died()
ShowAIDebugWindow(_current_company);
if (strcmp(GetCompany(_current_company)->ai_info->GetMainScript(), "%_dummy") != 0) {
ShowErrorMessage(INVALID_STRING_ID, STR_AI_PLEASE_REPORT_CRASH, 0, 0);
return;
}
const AIInfo *info = AIConfig::GetConfig(_current_company)->GetInfo();

Loading…
Cancel
Save