summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-22 11:17:11 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-22 11:17:11 +0000
commit50dd7b84736b4c1c87908cae1030419f773e638d (patch)
treeb694a983e57a8a5a28925961208b3091cf55462b /crawl-ref/source/tiles.h
parentbf946a85fe99dda39802fd242474264101ddd14f (diff)
downloadcrawl-ref-50dd7b84736b4c1c87908cae1030419f773e638d.tar.gz
crawl-ref-50dd7b84736b4c1c87908cae1030419f773e638d.zip
For [2625984], disallow caught monsters from submerging.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9147 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index 38f0f8d2de..a9712379ea 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -208,5 +208,5 @@ enum
TILE_Y = 32
};
-#endif // USE_TILES
+#endif
#endif