From f251994ff016cc935e026fe0366d4384890b638a Mon Sep 17 00:00:00 2001 From: Enne Walker Date: Tue, 3 Nov 2009 22:34:28 -0500 Subject: Support for X map multi-level viewing on tiles. Fixes seeing in-LOS squares on incorrect levels. Fixes the minimap not updating. Fixes the player dot appearing on the minimap on wrong levels. --- crawl-ref/source/player.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index c81874056b..36eac16777 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -6003,6 +6003,8 @@ void player::init() // Currently only set if Xom accidentally kills the player. reset_escaped_death(); + + on_current_level = true; } player_save_info player_save_info::operator=(const player& rhs) -- cgit v1.2.3-54-g00ecf