mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Fix build.
svn-id: r33193
This commit is contained in:
parent
2a90435e5d
commit
cc0f95ce74
@ -379,7 +379,7 @@ void Parallaction::exitDialogueMode() {
|
||||
_input->_inputMode = Input::kInputModeGame;
|
||||
|
||||
if (_dialogueMan->_cmdList) {
|
||||
_vm->_cmdExec->runList(*_dialogueMan->_cmdList);
|
||||
_vm->_cmdExec->run(*_dialogueMan->_cmdList);
|
||||
}
|
||||
|
||||
// The current instance of _dialogueMan must be destroyed before the zone commands
|
||||
|
Loading…
x
Reference in New Issue
Block a user