summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-01-26 23:03:23 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-01-26 23:04:06 +0100
commit3c7a8ad5fa29f5830677ae124e44e088ff9ade81 (patch)
tree485adaea0f97f932f4838ab0581512da687828d4 /crawl-ref/source/cmd-keys.h
parent008287e3fa3640cf4df0df2bb1888a793f9c2f9c (diff)
downloadcrawl-ref-3c7a8ad5fa29f5830677ae124e44e088ff9ade81.tar.gz
crawl-ref-3c7a8ad5fa29f5830677ae124e44e088ff9ade81.zip
Move partial stack pickup to ;
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 316a97548c..d4cf5684b5 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -41,7 +41,7 @@
{'d', CMD_DROP},
{'e', CMD_EAT},
{'f', CMD_FIRE},
-{'g', CMD_PICKUP_QUANTITY},
+{'g', CMD_PICKUP},
{'i', CMD_DISPLAY_INVENTORY},
{'m', CMD_DISPLAY_SKILLS},
{'o', CMD_EXPLORE},