[Scummvm-cvs-logs] SF.net SVN: scummvm:[55042] scummvm/trunk/engines/toon/script_func.cpp
sylvaintv at users.sourceforge.net
sylvaintv at users.sourceforge.net
Sun Dec 26 15:32:38 CET 2010
Revision: 55042
http://scummvm.svn.sourceforge.net/scummvm/?rev=55042&view=rev
Author: sylvaintv
Date: 2010-12-26 14:32:38 +0000 (Sun, 26 Dec 2010)
Log Message:
-----------
TOON: Fix problem when exiting the king cave
Modified Paths:
--------------
scummvm/trunk/engines/toon/script_func.cpp
Modified: scummvm/trunk/engines/toon/script_func.cpp
===================================================================
--- scummvm/trunk/engines/toon/script_func.cpp 2010-12-26 14:31:03 UTC (rev 55041)
+++ scummvm/trunk/engines/toon/script_func.cpp 2010-12-26 14:32:38 UTC (rev 55042)
@@ -257,7 +257,7 @@
int32 arg2 = stackPos(1);
if (arg2 > -1)
- _vm->getDrew()->setFacing(arg2);
+ _vm->getDrew()->forceFacing(arg2);
if (arg1 < 0) {
_vm->getDrew()->setVisible(false);
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