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 | 274cbd72fef59bdc160a8300e859e4a3866d58a9 (patch) | |
tree | a1994abc4d696f606e93ced3f0c0c129d645b303 | |
parent | 2b8863c846fe7d14b64dbfeddb7dbd09ca7c57c5 (diff) | |
download | openttd-274cbd72fef59bdc160a8300e859e4a3866d58a9.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" |