diff options
author | rubidium <rubidium@openttd.org> | 2007-12-16 19:21:28 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-16 19:21:28 +0000 |
commit | 3bba097bb35e55da5cc3d7eee3c60d6d0821fa17 (patch) | |
tree | a1994abc4d696f606e93ced3f0c0c129d645b303 | |
parent | ff7ff890f9e22ae18a75394fb33ec78d8b5d266c (diff) | |
download | openttd-3bba097bb35e55da5cc3d7eee3c60d6d0821fa17.tar.xz |
(svn r11647) -Fix (r11646): it did not compile without freetype...
-rw-r--r-- | src/strings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index e1c2ebb65..d1a067b58 100644 --- 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" |