summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-02-28 11:43:44 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-02-28 11:43:44 +1000
commit8a4ce5da4fc42b37c7be1da885cb44ec332ef132 (patch)
tree68da266ae3e21dd2e97ef8ff71a7f84a515689f8 /crawl-ref/source/cmd-keys.h
parent2ea9d2e9c2da0178d0521ad94bad641c70c6815c (diff)
downloadcrawl-ref-8a4ce5da4fc42b37c7be1da885cb44ec332ef132.tar.gz
crawl-ref-8a4ce5da4fc42b37c7be1da885cb44ec332ef132.zip
Change portal debug command to x-" (jpeg).
Hopefully this is a more adequate symbol for the e'x'amine screen. Please let me know if there are any conflicts with it!
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 ec5210ef6c..e78a260c7a 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -169,7 +169,7 @@
{'~', CMD_TARGET_WIZARD_POLYMORPH},
{'D', CMD_TARGET_WIZARD_DEBUG_MONSTER},
{',', CMD_TARGET_WIZARD_HURT_MONSTER},
-{'d', CMD_TARGET_WIZARD_DEBUG_PORTAL},
+{'"', CMD_TARGET_WIZARD_DEBUG_PORTAL},
#endif
{'v', CMD_TARGET_DESCRIBE},
{'?', CMD_TARGET_HELP},