1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 04:59:11 +00:00

(svn r22829) -Codechange: unify the dirtying of windows after an AI scan

This commit is contained in:
rubidium
2011-08-24 16:38:09 +00:00
parent 49d8852f3f
commit f5dd74499b
3 changed files with 4 additions and 4 deletions

View File

@@ -94,8 +94,6 @@ public:
case CONTENT_TYPE_AI:
case CONTENT_TYPE_AI_LIBRARY:
AI::Rescan();
SetWindowClassesDirty(WC_AI_DEBUG);
InvalidateWindowData(WC_AI_LIST, 0, 1);
break;
case CONTENT_TYPE_BASE_GRAPHICS: