From e5aec526a75bb0abb3b32f2c5df79dd9fee67304 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 25 Sep 2014 16:04:02 +0000 Subject: [PATCH] (svn r26919) -Fix [FS#6096]: Crash when enabling "Full animation" if multiplayer chat text is on screen. --- src/gfxinit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index 72ded8f76f..10bc0afa17 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -18,6 +18,7 @@ #include "transparency.h" #include "blitter/factory.hpp" #include "video/video_driver.hpp" +#include "window_func.h" /* The type of set we're replacing */ #define SET_TYPE "graphics" @@ -304,6 +305,7 @@ void CheckBlitter() ClearFontCache(); GfxClearSpriteCache(); + ReInitAllWindows(); } /** Initialise and load all the sprites. */