From d47f4a6ad3a9e994174d2c658615b8e0f41fcd7c Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 30 Jun 2008 18:18:31 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6257 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/files.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/files.cc') diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc index 78a766b910..60edca7c98 100644 --- a/crawl-ref/source/files.cc +++ b/crawl-ref/source/files.cc @@ -1109,9 +1109,10 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode, if (you.char_direction == GDT_GAME_START && you.level_type == LEVEL_DUNGEON) { - // If we're leaving the Abyss for the first time as a Chaos Knight - // of Lugonu (who start out there), force a return into the first - // dungeon level and enable normal monster generation. + // If we're leaving the Abyss for the first time as a Chaos + // Knight of Lugonu (who start out there), force a return + // into the first dungeon level and enable normal monster + // generation. you.your_level = 0; you.char_direction = GDT_DESCENDING; } -- cgit v1.2.3-54-g00ecf