(svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running

Only settings with the AICONFIG_INGAME flag can be editted in this way
This commit is contained in:
yexo
2010-01-29 21:38:55 +00:00
parent d9bd9bb945
commit e482d6d627
6 changed files with 45 additions and 12 deletions

View File

@@ -105,6 +105,7 @@
_current_company = old_company;
InvalidateWindowData(WC_AI_DEBUG, 0, -1);
DeleteWindowById(WC_AI_SETTINGS, company);
}
/* static */ void AI::KillAll()