Fix build.

svn-id: r33193
This commit is contained in:
Nicola Mettifogo 2008-07-22 10:17:19 +00:00
parent 2a90435e5d
commit cc0f95ce74

View File

@ -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