From df54f25efe5817e35c4eba9b95c5b8718d3a7551 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 25 Feb 2012 17:20:02 +0000 Subject: (svn r23987) -Fix (r23000): Also reset the font glyph cache when switching blitters. --- src/gfxinit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gfxinit.cpp') diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index b2feb63a8..50efd9ad8 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -256,6 +256,7 @@ void GfxLoadSprites() DEBUG(sprite, 2, "Loading sprite set %d", _settings_game.game_creation.landscape); SwitchNewGRFBlitter(); + ClearFontCache(); GfxInitSpriteMem(); LoadSpriteTables(); GfxInitPalettes(); -- cgit v1.2.3-54-g00ecf