mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-10 10:41:41 +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;
|
_input->_inputMode = Input::kInputModeGame;
|
||||||
|
|
||||||
if (_dialogueMan->_cmdList) {
|
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
|
// The current instance of _dialogueMan must be destroyed before the zone commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user