mirror of https://github.com/OpenTTD/OpenTTD
(svn r26919) -Fix [FS#6096]: Crash when enabling "Full animation" if multiplayer chat text is on screen.
parent
75cb16a7d7
commit
e5aec526a7
|
@ -18,6 +18,7 @@
|
||||||
#include "transparency.h"
|
#include "transparency.h"
|
||||||
#include "blitter/factory.hpp"
|
#include "blitter/factory.hpp"
|
||||||
#include "video/video_driver.hpp"
|
#include "video/video_driver.hpp"
|
||||||
|
#include "window_func.h"
|
||||||
|
|
||||||
/* The type of set we're replacing */
|
/* The type of set we're replacing */
|
||||||
#define SET_TYPE "graphics"
|
#define SET_TYPE "graphics"
|
||||||
|
@ -304,6 +305,7 @@ void CheckBlitter()
|
||||||
|
|
||||||
ClearFontCache();
|
ClearFontCache();
|
||||||
GfxClearSpriteCache();
|
GfxClearSpriteCache();
|
||||||
|
ReInitAllWindows();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Initialise and load all the sprites. */
|
/** Initialise and load all the sprites. */
|
||||||
|
|
Loading…
Reference in New Issue