summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fontwrapper-ft.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-05-02 21:55:47 +0200
committerFlorian Diebold <flodiebold@gmail.com>2011-06-26 17:41:18 +0200
commit820ee422d1fa83d21f268946b23288282358007f (patch)
tree0871f6e029e4385f9b5f2ddefc31840befa3e4c7 /crawl-ref/source/fontwrapper-ft.h
parentb21ca9400660c3c9adba48ec097673a63966d8ab (diff)
downloadcrawl-ref-820ee422d1fa83d21f268946b23288282358007f.tar.gz
crawl-ref-820ee422d1fa83d21f268946b23288282358007f.zip
First prototype of webtiles.
Conflicts: crawl-ref/source/startup.cc
Diffstat (limited to 'crawl-ref/source/fontwrapper-ft.h')
-rw-r--r--crawl-ref/source/fontwrapper-ft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fontwrapper-ft.h b/crawl-ref/source/fontwrapper-ft.h
index 78cb245568..e28e9414b0 100644
--- a/crawl-ref/source/fontwrapper-ft.h
+++ b/crawl-ref/source/fontwrapper-ft.h
@@ -1,7 +1,7 @@
#ifndef FT_FONTWRAPPER_H
#define FT_FONTWRAPPER_H
-#ifdef USE_TILE
+#ifdef USE_TILE_LOCAL
#ifdef USE_FT
#include "tilefont.h"
@@ -98,5 +98,5 @@ protected:
};
#endif // USE_FT
-#endif // USE_TILE
+#endif // USE_TILE_LOCAL
#endif // include guard