mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-15 08:22:34 +01:00
(svn r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs
This commit is contained in:
@@ -1160,6 +1160,7 @@ DEF_CONSOLE_CMD(ConRescanAI)
|
||||
TarScanner::DoScan();
|
||||
AI::Rescan();
|
||||
InvalidateWindowData(WC_AI_LIST, 0, 1);
|
||||
SetWindowDirty(WC_AI_SETTINGS, 0);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user