summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 00:34:10 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 00:34:10 +0000
commit532d8dccff760d21593d5db61275e1d00a6af25b (patch)
tree188fcabf63080533db43ac1fb12d4c3c5b6c8c39 /crawl-ref/source/state.h
parenteef6876fa455bad0e5cec08fd8b39a5d602328b7 (diff)
downloadcrawl-ref-532d8dccff760d21593d5db61275e1d00a6af25b.tar.gz
crawl-ref-532d8dccff760d21593d5db61275e1d00a6af25b.zip
Fix re-do/repeat command not working with commands that targetted a monster.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7926 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 6e4847bf65..24c4fc45b8 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -88,9 +88,11 @@ public:
void cancel_cmd_repeat(std::string reason = "");
void cancel_cmd_again(std::string reason = "");
+ void cancel_cmd_all(std::string reason = "");
void cant_cmd_repeat(std::string reason = "");
void cant_cmd_again(std::string reason = "");
+ void cant_cmd_any(std::string reason = "");
void zero_turns_taken();