summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-04-14 02:34:16 -0400
committerNeil Moore <neil@s-z.org>2014-04-14 03:18:12 -0400
commitc0ff181526c360bfdb38f025a4ebc5dbdac1aec2 (patch)
treea2caea94dfc159d44663be1a883bca0bc5e10af9 /crawl-ref/source/state.cc
parente9bf03de390c59da4f8cae188033e13a983c8a4d (diff)
downloadcrawl-ref-c0ff181526c360bfdb38f025a4ebc5dbdac1aec2.tar.gz
crawl-ref-c0ff181526c360bfdb38f025a4ebc5dbdac1aec2.zip
Adjust formatting.
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 5a51e303ce..a1957b0ab4 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -258,9 +258,7 @@ bool interrupt_cmd_repeat(activity_interrupt_type ai,
if (ai == AI_FULL_MP)
crawl_state.cancel_cmd_repeat("Magic restored.");
else if (ai == AI_FULL_HP)
- {
crawl_state.cancel_cmd_repeat("HP restored");
- }
else
crawl_state.cancel_cmd_repeat("Command repetition interrupted.");