aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index c93cdf4542..62c266e442 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -189,6 +189,8 @@ public:
return _timeSlice - _prevTimeSlice;
}
+ char *lastMapname() { return _lastMapname; }
+
bool _gameShutdown;
Graphics::PixelFormat _format;
@@ -207,6 +209,8 @@ private:
int _actionMode; // 0 or 1
int _pauseFlag;
+ char _lastMapname[64];
+
};
extern HDBGame *g_hdb;