[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.51,1.52
Max Horn
fingolfin at users.sourceforge.net
Wed May 21 17:49:06 CEST 2003
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv13195
Modified Files:
descumm.cpp
Log Message:
oops, our implementation of walkActorToObject is wrong
Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- descumm.cpp 22 May 2003 00:47:27 -0000 1.51
+++ descumm.cpp 22 May 2003 00:48:49 -0000 1.52
@@ -2189,7 +2189,7 @@
case 0x76:
case 0xB6:
case 0xF6:
- do_tok(buf, "walkActorToObject", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
+ do_tok(buf, "walkActorToObject", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2W));
break;
default:
More information about the Scummvm-git-logs
mailing list