summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.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/arena.cc
parent97409c24b3e537cc24d29f95664738fded7a08ed (diff)
downloadcrawl-ref-d9be2f7fbd7f6d54ae0c08e50ec18366d531cfb1.tar.gz
crawl-ref-d9be2f7fbd7f6d54ae0c08e50ec18366d531cfb1.zip
Automated brace removal.
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 8f4d50fe3c..9652e5e179 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -523,14 +523,10 @@ namespace arena
int orig_b = faction_b.active_members;
if (orig_a < 0)
- {
mprf(MSGCH_ERROR, "Book-keeping says faction_a has negative active members.");
- }
if (orig_b < 0)
- {
mprf(MSGCH_ERROR, "Book-keeping says faction_b has negative active members.");
- }
faction_a.active_members = 0;
faction_b.active_members = 0;