summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-08 07:58:44 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-08 07:58:44 -0500
commit41775ce5f4aff9ab0e28256ad885377756e89e14 (patch)
tree62ae88da6493ab469e854483be86fdab26a6a3a2 /crawl-ref/source/monplace.cc
parent19b6e4e6818f0e4a64566cc9ce0c3b6a1c63cfd0 (diff)
downloadcrawl-ref-41775ce5f4aff9ab0e28256ad885377756e89e14.tar.gz
crawl-ref-41775ce5f4aff9ab0e28256ad885377756e89e14.zip
Properly set the colors of single (very) ugly things again.
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index bb1e2d839e..5b92e4f855 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1268,7 +1268,7 @@ static int _place_monster_aux(const mgen_data &mg,
{
ghost_demon ghost;
ghost.init_ugly_thing(menv[id].type == MONS_VERY_UGLY_THING, false,
- menv[id].colour);
+ mg.colour);
menv[id].set_ghost(ghost, false);
menv[id].uglything_init();
}