summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-12-14 14:31:34 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-12-14 14:31:34 +0100
commitf52f5c1310794d5b78a11d34db1c92be7d1e45a9 (patch)
tree942dad99cbde55df8985978fd6457f96b80e7209 /crawl-ref/source/cmd-keys.h
parent7da5dc6a3d3a7cfb2f2c07b961eded6987db05aa (diff)
downloadcrawl-ref-f52f5c1310794d5b78a11d34db1c92be7d1e45a9.tar.gz
crawl-ref-f52f5c1310794d5b78a11d34db1c92be7d1e45a9.zip
Fix a few more console/webtiles discrepancies and USE_TILE where it should be USE_TILE_LOCAL.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index 97655f4ccd..117e4491dd 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -96,7 +96,7 @@
{'%', CMD_RESISTS_SCREEN},
{',', CMD_PICKUP},
{':', CMD_MAKE_NOTE},
-#ifndef USE_TILE
+#ifndef USE_TILE_LOCAL
{'_', CMD_READ_MESSAGES},
{'|', CMD_SHOW_TERRAIN},
#endif