[Scummvm-cvs-logs] SF.net SVN: scummvm:[33193] scummvm/trunk/engines/parallaction/dialogue.cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Tue Jul 22 12:17:20 CEST 2008
Revision: 33193
http://scummvm.svn.sourceforge.net/scummvm/?rev=33193&view=rev
Author: peres001
Date: 2008-07-22 10:17:19 +0000 (Tue, 22 Jul 2008)
Log Message:
-----------
Fix build.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/dialogue.cpp
Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp 2008-07-22 10:15:58 UTC (rev 33192)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp 2008-07-22 10:17:19 UTC (rev 33193)
@@ -379,7 +379,7 @@
_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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list