From 0fc3e909749f3d1af3e617fbcbc83c3f7819c392 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Fri, 17 Jun 2016 20:46:22 +0200 Subject: MACVENTURE: Small fixed --- engines/macventure/macventure.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/macventure/macventure.h') 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; -- cgit v1.2.3