aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-07 18:27:52 +0530
committerEugene Sandulenko2019-09-03 17:16:44 +0200
commitd1705bc442e0c7fa01b4f85547317970d92d6d0e (patch)
treefdd455c1e5e08a38f18a39ed2961ae2b67710e7c /engines/hdb/hdb.h
parent19eefe2ceadca9cf0e51a87d5a8e419e0acdc52f (diff)
downloadscummvm-rg350-d1705bc442e0c7fa01b4f85547317970d92d6d0e.tar.gz
scummvm-rg350-d1705bc442e0c7fa01b4f85547317970d92d6d0e.tar.bz2
scummvm-rg350-d1705bc442e0c7fa01b4f85547317970d92d6d0e.zip
HDB: Replace the map in hdb.cpp with _map
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index 19f7156480..b31d9d7064 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -84,6 +84,7 @@ public:
FileMan *_fileMan;
LuaScript *_lua;
+ Map *_map;
// Game related members;