Skip to content

Commit

Permalink
WAGE: Correction For MacResManager Constructor Changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
  • Loading branch information
digitall authored and sev- committed Dec 27, 2015
1 parent ff672c7 commit 0593022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/wage/wage.cpp
Expand Up @@ -92,7 +92,8 @@ Common::Error WageEngine::run() {
debug("WageEngine::init");

// Your main even loop should be (invoked from) here.
_resManager = new Common::MacResManager(getGameFile());
_resManager = new Common::MacResManager();
_resManager->open(getGameFile());

_world = new World();

Expand Down

0 comments on commit 0593022

Please sign in to comment.