summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/windowmanager-sdl.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-sdl.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-sdl.h')
-rw-r--r--crawl-ref/source/windowmanager-sdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/windowmanager-sdl.h b/crawl-ref/source/windowmanager-sdl.h
index f77fda0e0a..82cc49bcdd 100644
--- a/crawl-ref/source/windowmanager-sdl.h
+++ b/crawl-ref/source/windowmanager-sdl.h
@@ -1,7 +1,7 @@
#ifndef SDL_WINDOWMANAGER_H
#define SDL_WINDOWMANAGER_H
-#ifdef USE_TILE
+#ifdef USE_TILE_LOCAL
#ifdef USE_SDL
#include "windowmanager.h"
@@ -65,6 +65,6 @@ protected:
};
#endif // USE_SDL
-#endif // USE_TILE
+#endif // USE_TILE_LOCAL
#endif // SDL_WINDOWMANAGER_H