summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-14 21:34:57 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-14 22:10:06 +0100
commit660a66c471d8ed81a4078849baa250cd21d02d87 (patch)
treec9fc1147d6ae700e4ca21a861ddafcce4b2bd49a /crawl-ref/source/tiles.h
parentff7caa149e7d49c55f0d971a8bf78fad86923546 (diff)
downloadcrawl-ref-660a66c471d8ed81a4078849baa250cd21d02d87.tar.gz
crawl-ref-660a66c471d8ed81a4078849baa250cd21d02d87.zip
Make tile enums available in console builds.
The actual data isn't loaded or preserved yet.
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index 98c8c4681c..90f15c0730 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -5,7 +5,6 @@
#ifndef TILES_H
#define TILES_H
-#ifdef USE_TILE
// The different texture types.
enum TextureID
@@ -39,4 +38,3 @@ TextureID get_dngn_tex(tileidx_t idx);
#endif
#endif
-#endif