aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-06-21 19:17:38 +0200
committerBorja Lorente2016-08-14 18:31:44 +0200
commit27ecdea89169bf9fd2a1c0870a17c93592ff299e (patch)
tree5020dfe073e94c026bc607fc22d38c7aaaec63ef /engines/macventure/macventure.cpp
parent15de1a2e604be9f6c6eb4100cf656deef1afe028 (diff)
downloadscummvm-rg350-27ecdea89169bf9fd2a1c0870a17c93592ff299e.tar.gz
scummvm-rg350-27ecdea89169bf9fd2a1c0870a17c93592ff299e.tar.bz2
scummvm-rg350-27ecdea89169bf9fd2a1c0870a17c93592ff299e.zip
MACVENTURE: Add & test PPIC3 Huffman loading
Diffstat (limited to 'engines/macventure/macventure.cpp')
-rw-r--r--engines/macventure/macventure.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index f277d242cf..e68f7d2b7a 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -76,6 +76,7 @@ Common::Error MacVentureEngine::run() {
// Additional setup.
debug("MacVentureEngine::init");
+
_resourceManager = new Common::MacResManager();
if (!_resourceManager->open(getGameFileName()))
error("Could not open %s as a resource fork", getGameFileName());