summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 19:25:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 19:25:04 +0000
commit0297f504cb6467826e35d3c2a86d93d3964058f2 (patch)
tree007bf6a25927293df7be0cf14facb298504224f2 /crawl-ref/source/ghost.cc
parentb305e13fcd4ff065144a40f7dd8a2d328b6fbdf5 (diff)
downloadcrawl-ref-0297f504cb6467826e35d3c2a86d93d3964058f2.tar.gz
crawl-ref-0297f504cb6467826e35d3c2a86d93d3964058f2.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7464 c06c8d41-db1a-0410-9941-cceddc491573
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