summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-19 23:39:20 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-19 23:39:20 -0800
commit62b43a841470611914a42bad9799d6ee8825c950 (patch)
treef946bfbf690d23ee33161ce09e894b0c2a539949 /crawl-ref/source/player.cc
parent38cee7a5098ed1c6e6920df98370128a28df8e06 (diff)
downloadcrawl-ref-62b43a841470611914a42bad9799d6ee8825c950.tar.gz
crawl-ref-62b43a841470611914a42bad9799d6ee8825c950.zip
Fix X-map last travel memory for new 3D X-map
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 6948b7b5f6..2b2545a611 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5398,6 +5398,7 @@ void player::init()
running.clear();
travel_x = 0;
travel_y = 0;
+ travel_z = level_id();
religion = GOD_NO_GOD;
piety = 0;