summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 3c8e6c4f7c..b1e52bf169 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -675,7 +675,7 @@ bool brand_weapon(brand_type which_brand, int power)
// well, in theory, we could be silenced, but then how are
// we casting the brand spell?
msg += " shrieks in agony.";
- noisy( 15, you.x_pos, you.y_pos );
+ noisy(15, you.x_pos, you.y_pos);
duration_affected = 8;
break;