mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
WAGE: Correction For MacResManager Constructor Changes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
This commit is contained in:
parent
ff672c771c
commit
0593022a73
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user