summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 18:18:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 18:18:31 +0000
commitd47f4a6ad3a9e994174d2c658615b8e0f41fcd7c (patch)
tree8da991aae3605f8d803dd0cb0621e33a6e31e597 /crawl-ref/source/files.cc
parented6695050844ec27b944856ab7496e44d47e40ad (diff)
downloadcrawl-ref-d47f4a6ad3a9e994174d2c658615b8e0f41fcd7c.tar.gz
crawl-ref-d47f4a6ad3a9e994174d2c658615b8e0f41fcd7c.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6257 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc7
1 files changed, 4 insertions, 3 deletions
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;
}