summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 7e2c2cc62..b744eaa5e 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -323,7 +323,7 @@ void CheckBlitter()
ClearFontCache();
GfxClearSpriteCache();
- ReInitAllWindows();
+ ReInitAllWindows(false);
}
/** Initialise and load all the sprites. */