summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-29 01:20:08 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-29 01:22:04 +0100
commitd9be2f7fbd7f6d54ae0c08e50ec18366d531cfb1 (patch)
tree6097b76576b1b8836fce489401229231ff27bb56 /crawl-ref/source/wiz-mon.cc
parent97409c24b3e537cc24d29f95664738fded7a08ed (diff)
downloadcrawl-ref-d9be2f7fbd7f6d54ae0c08e50ec18366d531cfb1.tar.gz
crawl-ref-d9be2f7fbd7f6d54ae0c08e50ec18366d531cfb1.zip
Automated brace removal.
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index 11c3815813..f48b5f5e65 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -1412,9 +1412,7 @@ void debug_miscast(int target_index)
if (spell != SPELL_NO_SPELL)
mprf(MSGCH_PROMPT, "Enter spell_power,spell_failure: ");
else
- {
mprf(MSGCH_PROMPT, "Enter miscast_level or spell_power,spell_failure: ");
- }
if (cancellable_get_line_autohist(specs, sizeof specs) || !*specs)
{