summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-18 19:16:35 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-18 19:46:33 +0100
commit1d8b9f4c3898c106ed28a8b4dc272f5737f29801 (patch)
tree3d3d56ac01eba15c32cf990f1f100fe07f3e5fd1 /crawl-ref/source/macro.h
parent9c98e92642208deb76a695f81b9b80ff35060015 (diff)
downloadcrawl-ref-1d8b9f4c3898c106ed28a8b4dc272f5737f29801.tar.gz
crawl-ref-1d8b9f4c3898c106ed28a8b4dc272f5737f29801.zip
First steps to make tutorial messages respect key bindings.
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index fa7bb635ac..9b9296398d 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -96,7 +96,6 @@ 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,
- bool add_eol = true);
+void insert_commands(std::string &desc, std::vector<command_type> cmds);
void insert_commands(std::string &desc, const int first, ...);
#endif