summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 17:31:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 17:31:31 +0000
commited6695050844ec27b944856ab7496e44d47e40ad (patch)
tree768f5c78036301807d018a457d85581b1354f30a /crawl-ref/source/dungeon.cc
parent67724d484da0b713fd77ba6545ab6d285620f9d7 (diff)
downloadcrawl-ref-ed6695050844ec27b944856ab7496e44d47e40ad.tar.gz
crawl-ref-ed6695050844ec27b944856ab7496e44d47e40ad.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6256 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 3a5d8035a9..4d74b34303 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -1288,7 +1288,6 @@ void dgn_set_colours_from_monsters()
else
env.floor_colour = _fix_black_colour((char)mcolour[env.mons_alloc[9]]);
-
if (env.mons_alloc[8] < 0 || env.mons_alloc[8] == MONS_PROGRAM_BUG
|| env.mons_alloc[8] >= NUM_MONSTERS)
{