summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-13 21:10:05 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-13 21:10:05 +0000
commit725e6975fd33e7e0c164bf757778d3b3cc867f34 (patch)
tree19cc9442f128a7af03697ede44fff9415bf28a57 /crawl-ref/source/command.h
parent6d6703ddc09ee848464bdcbb4ae69cbfcda70993 (diff)
downloadcrawl-ref-725e6975fd33e7e0c164bf757778d3b3cc867f34.tar.gz
crawl-ref-725e6975fd33e7e0c164bf757778d3b3cc867f34.zip
Requesting help when choosing race/class jumps you to the appropriate section of the
manual. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1034 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 37ed7353c3..d1155b7f4f 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -61,7 +61,7 @@ void swap_inv_slots(int slot1, int slot2, bool verbose);
void show_levelmap_help();
void show_targeting_help();
-void list_commands(bool wizard);
+void list_commands(bool wizard, int hotkey = 0);
void list_tutorial_help(void);
// Actually defined in acr.cc; we may want to move this to command.cc