diff --git a/src/game/game_core.cpp b/src/game/game_core.cpp index c220bd21de..4a9fcc651a 100644 --- a/src/game/game_core.cpp +++ b/src/game/game_core.cpp @@ -196,6 +196,7 @@ InvalidateWindowData(WC_AI_LIST, 0, 1); SetWindowClassesDirty(WC_AI_DEBUG); InvalidateWindowClassesData(WC_AI_SETTINGS); + InvalidateWindowClassesData(WC_GAME_OPTIONS); }