summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index a2986add5c..4e41fe54f2 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -179,7 +179,7 @@ void ghost_demon::init_random_demon()
{
do
{
- brand = static_cast<brand_type>( random2(MAX_PAN_LORD_BRANDS) );
+ brand = static_cast<brand_type>(random2(MAX_PAN_LORD_BRANDS));
// some brands inappropriate (e.g. holy wrath)
}
while (brand == SPWPN_HOLY_WRATH