summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-15 19:06:18 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-15 23:16:03 +0100
commit8fe283dbfd43ae902d6023112c34ba92a7c225bd (patch)
treec9a3a930f7154e1d5904b4dd8c858974e5d05185 /crawl-ref/source/macro.h
parent7040191d2aa5ce628473c7cff36318f854e564c8 (diff)
downloadcrawl-ref-8fe283dbfd43ae902d6023112c34ba92a7c225bd.tar.gz
crawl-ref-8fe283dbfd43ae902d6023112c34ba92a7c225bd.zip
Fix the upstairs command being listed as "<<" in Tiles.
Also mention the spellcasting tab in the tutorial.
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 9b9296398d..ff091ee407 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -96,6 +96,7 @@ KeymapContext context_for_command(command_type cmd);
void bind_command_to_key(command_type cmd, int key);
std::string command_to_string(command_type cmd);
-void insert_commands(std::string &desc, std::vector<command_type> cmds);
+void insert_commands(std::string &desc, std::vector<command_type> cmds,
+ bool formatted = true);
void insert_commands(std::string &desc, const int first, ...);
#endif