aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-17 20:46:22 +0200
committerBorja Lorente2016-08-14 18:28:45 +0200
commit0fc3e909749f3d1af3e617fbcbc83c3f7819c392 (patch)
tree10567db0a2fa62f107ad3bfb54c562e5969c275c /engines/macventure/macventure.h
parentd7d03baba9534e1d94e7642c685addedbb9e2238 (diff)
downloadscummvm-rg350-0fc3e909749f3d1af3e617fbcbc83c3f7819c392.tar.gz
scummvm-rg350-0fc3e909749f3d1af3e617fbcbc83c3f7819c392.tar.bz2
scummvm-rg350-0fc3e909749f3d1af3e617fbcbc83c3f7819c392.zip
MACVENTURE: Small fixed
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r--engines/macventure/macventure.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index 656aeaf2b6..a4340bf2bc 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -192,10 +192,13 @@ private: // Attributes
World *_world;
ScriptEngine *_scriptEngine;
+ // String tables
+ StringTable *_filenames;
+ StringTable *_decodingArticles;
+
// Engine state
GameState _gameState;
GlobalSettings _globalSettings;
- StringTable *_filenames;
HuffmanLists *_textHuffman;
bool _oldTextEncoding;
bool _paused, _halted, _cmdReady, _prepared;