From ed6695050844ec27b944856ab7496e44d47e40ad Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 30 Jun 2008 17:31:31 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6256 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 9 +++++---- crawl-ref/source/dungeon.cc | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 539350f581..0ec4506aa7 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -4029,10 +4029,11 @@ static bool _initialise(void) you.level_type = LEVEL_ABYSS; you.entry_cause = EC_UNKNOWN; } - load( you.entering_level? you.transit_stair : DNGN_STONE_STAIRS_DOWN_I, - you.entering_level? LOAD_ENTER_LEVEL : - newc ? LOAD_START_GAME : LOAD_RESTART_GAME, - NUM_LEVEL_AREA_TYPES, -1, you.where_are_you ); + + load(you.entering_level ? you.transit_stair : DNGN_STONE_STAIRS_DOWN_I, + you.entering_level ? LOAD_ENTER_LEVEL : + newc ? LOAD_START_GAME : LOAD_RESTART_GAME, + NUM_LEVEL_AREA_TYPES, -1, you.where_are_you); #if DEBUG_DIAGNOSTICS // Debug compiles display a lot of "hidden" information, so we auto-wiz. 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) { -- cgit v1.2.3-54-g00ecf