summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-12 17:12:57 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-12 20:02:09 +0100
commit200cc9e8be88dd82757a0d18e869ccf811026e4e (patch)
tree1a90672a5971a785b860995baa6dd1712a5693bd /crawl-ref/source/macro.h
parent74817034b423ddc4803e0187a5e6d7a60ff13430 (diff)
downloadcrawl-ref-200cc9e8be88dd82757a0d18e869ccf811026e4e.tar.gz
crawl-ref-200cc9e8be88dd82757a0d18e869ccf811026e4e.zip
Explicitly describe uppercase keys as such in the tutorial.
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 4ac3a136f1..d4009e083d 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -92,7 +92,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);
+std::string command_to_string(command_type cmd, bool tutorial = false);
void insert_commands(std::string &desc, std::vector<command_type> cmds,
bool formatted = true);
void insert_commands(std::string &desc, const int first, ...);