From 51bb503297931e5a8c35ea76e92c4feac67d6e08 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 30 Jun 2008 22:25:52 +0000 Subject: Fix 2007064: Assertion error when changing religion as a Lugonu Chaos Knight while still in the Abyss (only possible in wizard mode) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6270 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/files.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/files.cc') diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc index b1704bc9e9..f950698192 100644 --- a/crawl-ref/source/files.cc +++ b/crawl-ref/source/files.cc @@ -1056,7 +1056,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode, false ); if (you.level_type == LEVEL_DUNGEON && old_level_type == LEVEL_DUNGEON - || load_mode == LOAD_START_GAME) + || load_mode == LOAD_START_GAME && you.char_direction != GDT_GAME_START) { if (tmp_file_pairs[you.your_level][you.where_are_you] == false) { -- cgit v1.2.3-54-g00ecf