Changeset - r21774:fed2f59787b8
[Not reviewed]
master
0 1 0
peter1138 - 10 years ago 2014-09-25 16:04:02
peter1138@openttd.org
(svn r26919) -Fix [FS#6096]: Crash when enabling "Full animation" if multiplayer chat text is on screen.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/gfxinit.cpp
Show inline comments
 
@@ -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. */
0 comments (0 inline, 0 general)