changeset 8086:cf823beec060 draft

(svn r11647) -Fix (r11646): it did not compile without freetype...
author rubidium <rubidium@openttd.org>
date Sun, 16 Dec 2007 19:21:28 +0000
parents b6bf6634fcca
children 4537e595b8b6
files src/strings.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -32,6 +32,8 @@
 #include "signs.h"
 #include "vehicle.h"
 #include "newgrf_engine.h"
+#include "spritecache.h"
+#undef WITH_FREETYPE
 #include "fontcache.h"
 #include "gui.h"