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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index 6de28097d1..f1efd10bb4 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -298,6 +298,9 @@ public:
bool _progressActive;
int _progressCurrent, _progressXOffset, _progressMax;
+ // FPS Variables
+ Common::Array<uint32> _frames;
+
private:
uint32 _timePlayed;