summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 06b65d2d1f..9694298fdf 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -49,6 +49,7 @@ public:
// Coordinates of last travel target; note that this is never used by
// travel itself, only by the level-map to remember the last travel target.
short travel_x, travel_y;
+ level_id travel_z;
runrest running; // Nonzero if running/traveling.