WAGE: Correction For MacResManager Constructor Changes.

Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
This commit is contained in:
D G Turner 2011-05-30 04:31:15 +01:00 committed by Eugene Sandulenko
parent ff672c771c
commit 0593022a73

View File

@ -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();