summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper.cc
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/glwrapper.cc
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/glwrapper.cc')
-rw-r--r--crawl-ref/source/glwrapper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/glwrapper.cc b/crawl-ref/source/glwrapper.cc
index 4fc9e02041..768741591a 100644
--- a/crawl-ref/source/glwrapper.cc
+++ b/crawl-ref/source/glwrapper.cc
@@ -1,6 +1,6 @@
#include "AppHdr.h"
-#ifdef USE_TILE
+#ifdef USE_TILE_LOCAL
#include "glwrapper.h"
@@ -97,4 +97,4 @@ bool GLStateManager::_valid(int num_verts, drawing_modes mode)
}
#endif // ASSERTS
-#endif // USE_TILE
+#endif // USE_TILE_LOCAL