summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/windowmanager.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/windowmanager.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/windowmanager.h')
-rw-r--r--crawl-ref/source/windowmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/windowmanager.h b/crawl-ref/source/windowmanager.h
index d28b22c9fc..a6be65a5dc 100644
--- a/crawl-ref/source/windowmanager.h
+++ b/crawl-ref/source/windowmanager.h
@@ -1,7 +1,7 @@
#ifndef WINDOWMANAGER_H
#define WINDOWMANAGER_H
-#ifdef USE_TILE
+#ifdef USE_TILE_LOCAL
#include "externs.h"
#include "glwrapper.h"
@@ -146,5 +146,5 @@ public:
// Main interface for UI functions
extern WindowManager *wm;
-#endif //USE_TILE
+#endif //USE_TILE_LOCAL
#endif //include guard