aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-21 20:38:56 +0200
committerEugene Sandulenko2019-09-03 17:17:26 +0200
commitd4f927f338d4d221de59a04c85f9286a0a505528 (patch)
tree8f6a464fc456ae95d09e2bbcbef20b98f5cbbd42 /engines/hdb/hdb.h
parentcfe228d7bbb04159da660ceebb7ef8583dcfe405 (diff)
downloadscummvm-rg350-d4f927f338d4d221de59a04c85f9286a0a505528.tar.gz
scummvm-rg350-d4f927f338d4d221de59a04c85f9286a0a505528.tar.bz2
scummvm-rg350-d4f927f338d4d221de59a04c85f9286a0a505528.zip
HDB: Put both data and Lua saves into single file
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index 3b42c262bd..cea8ab3548 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -305,6 +305,9 @@ public:
// FPS Variables
Common::Array<uint32> _frames;
+ Common::OutSaveFile *_currentOutSaveFile;
+ Common::InSaveFile *_currentInSaveFile;
+
private:
uint32 _timePlayed;