diff options
-rw-r--r-- | graphics/paletteman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/paletteman.cpp b/graphics/paletteman.cpp index a41691b618..e967bb11a8 100644 --- a/graphics/paletteman.cpp +++ b/graphics/paletteman.cpp @@ -32,6 +32,7 @@ static bool g_initialized = false; PaletteManager::PaletteManager() { if (!g_initialized) { + g_initialized = true; _cursorPaletteStack.clear(); } } |