mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
DM: Fix missing call to initArrays()
This commit is contained in:
parent
57ca9afcff
commit
bc583bf0d5
@ -189,6 +189,8 @@ void DMEngine::processNewPartyMap(uint16 mapIndex) {
|
||||
}
|
||||
|
||||
Common::Error DMEngine::run() {
|
||||
initArrays();
|
||||
|
||||
// scummvm/engine specific
|
||||
initGraphics(320, 200, false);
|
||||
_console = new Console(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user