summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 03:45:37 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 03:45:37 +0000
commit93d69fafda9f06b4aa3fdd194241bd53823de086 (patch)
tree7cac21ecbb975e3d41b73b117eb30e08839c90e6 /crawl-ref/source/files.cc
parent7d9ef49e6095e668212f98df2119902aae7401d0 (diff)
downloadcrawl-ref-93d69fafda9f06b4aa3fdd194241bd53823de086.tar.gz
crawl-ref-93d69fafda9f06b4aa3fdd194241bd53823de086.zip
When creating the first dungeon level after starting in the Abyss, mark
it as existing, so that it's properly saved when going to the second dungeon level. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6277 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 49be660252..7ca2bb266e 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1115,6 +1115,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
// generation.
you.your_level = 0;
you.char_direction = GDT_DESCENDING;
+ tmp_file_pairs[you.your_level][you.where_are_you] = true;
}
builder(you.your_level, you.level_type);