summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper-ogl.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-07-10 03:00:48 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-07-10 03:01:29 +0200
commitaf70560f38a62a524fb175e411567f138956d0d5 (patch)
tree413263d574338d648b7a373b578b9d4de3a331f4 /crawl-ref/source/glwrapper-ogl.cc
parent4417407b0926d54022eb9df3133a921eb5b0fe8a (diff)
parentc7191323ecc38c1283b9b52949a5b81b5095642a (diff)
downloadcrawl-ref-af70560f38a62a524fb175e411567f138956d0d5.tar.gz
crawl-ref-af70560f38a62a524fb175e411567f138956d0d5.zip
Merge branch 'webtiles'
Diffstat (limited to 'crawl-ref/source/glwrapper-ogl.cc')
-rw-r--r--crawl-ref/source/glwrapper-ogl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/glwrapper-ogl.cc b/crawl-ref/source/glwrapper-ogl.cc
index 917b573c98..a90cca96f5 100644
--- a/crawl-ref/source/glwrapper-ogl.cc
+++ b/crawl-ref/source/glwrapper-ogl.cc
@@ -1,6 +1,6 @@
#include "AppHdr.h"
-#ifdef USE_TILE
+#ifdef USE_TILE_LOCAL
#ifdef USE_GL
#include "glwrapper-ogl.h"
@@ -403,4 +403,4 @@ void OGLShapeBuffer::clear()
}
#endif // USE_GL
-#endif // USE_TILE
+#endif // USE_TILE_LOCAL