summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-17 17:26:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-17 17:26:49 +0000
commit119b6614604bb573d4639eb820ba55ddad836b43 (patch)
treea65c94b2776e24dc958b4ea72e0ecd37b67abd0b /crawl-ref/source
parent21575938a27c61b5d689277f8ea31e487f4d3437 (diff)
downloadcrawl-ref-119b6614604bb573d4639eb820ba55ddad836b43.tar.gz
crawl-ref-119b6614604bb573d4639eb820ba55ddad836b43.zip
Add one more minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10694 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 2212ae0ad1..758032ff1b 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -6252,7 +6252,7 @@ void monsters::slow_down(actor *atk, int strength)
void monsters::set_ghost(const ghost_demon &g)
{
- ghost.reset( new ghost_demon(g) );
+ ghost.reset(new ghost_demon(g));
mname = ghost->name;
}