summaryrefslogtreecommitdiff
path: root/src/game/game_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_core.cpp')
-rw-r--r--src/game/game_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_core.cpp b/src/game/game_core.cpp
index 2816a6223..27dd63b54 100644
--- a/src/game/game_core.cpp
+++ b/src/game/game_core.cpp
@@ -178,7 +178,7 @@
InvalidateWindowData(WC_AI_LIST, 0, 1);
SetWindowClassesDirty(WC_AI_DEBUG);
- SetWindowDirty(WC_AI_SETTINGS, 0);
+ InvalidateWindowClassesData(WC_AI_SETTINGS);
}