summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/video')
-rw-r--r--src/video/video_driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/video_driver.cpp b/src/video/video_driver.cpp
index eaff0b741..d8fbe0400 100644
--- a/src/video/video_driver.cpp
+++ b/src/video/video_driver.cpp
@@ -115,7 +115,7 @@ void VideoDriver::RealChangeBlitter(const char *repl_blitter)
this->ClearSystemSprites();
ClearFontCache();
GfxClearSpriteCache();
- ReInitAllWindows();
+ ReInitAllWindows(false);
}
void VideoDriver::Tick()