summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/behold.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-24 02:47:20 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-10-24 02:47:20 +0200
commit12cb4c910304fa9920a03f45ec89109d122d1780 (patch)
treec00d3e6dda0a8ae81bc5b3188d65ea7c4f52750c /crawl-ref/source/behold.cc
parent8a8c1eb2f8092e8485ad4d42c1a7eda63cdc9d80 (diff)
downloadcrawl-ref-12cb4c910304fa9920a03f45ec89109d122d1780.tar.gz
crawl-ref-12cb4c910304fa9920a03f45ec89109d122d1780.zip
Drop a lot of unnecessary braces.
The perl one-liner I use for this had a bug where it didn't match "else" at the end of a line (ie, most of the time).
Diffstat (limited to 'crawl-ref/source/behold.cc')
-rw-r--r--crawl-ref/source/behold.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/behold.cc b/crawl-ref/source/behold.cc
index 223bfc30b8..6cc401a167 100644
--- a/crawl-ref/source/behold.cc
+++ b/crawl-ref/source/behold.cc
@@ -165,9 +165,7 @@ static void _removed_beholder_msg(const monster* mon)
if (you.can_see(mon))
mprf("%s's is no longer quite as mesmerising!", mon->name(DESC_THE).c_str());
else
- {
mpr("Your mesmeriser suddenly seems less interesting!");
- }
}
return;
@@ -183,9 +181,7 @@ static void _removed_beholder_msg(const monster* mon)
mon->name(DESC_THE).c_str());
}
else
- {
mpr("The silence clears your mind.");
- }
return;
}