[Scummvm-cvs-logs] CVS: tools descumm.cpp,1.30,1.31

Max Horn fingolfin at users.sourceforge.net
Thu May 8 18:46:32 CEST 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv6285

Modified Files:
	descumm.cpp 
Log Message:
fixed V2 drawObject

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- descumm.cpp	9 May 2003 00:56:24 -0000	1.30
+++ descumm.cpp	9 May 2003 01:01:45 -0000	1.31
@@ -1979,7 +1979,7 @@
 	case 0xE5:
 		//drawObject
 		buf = do_tok(buf, "drawObject",
-					 ((opcode & 0x80) ? A1V : A1B) |
+					 ((opcode & 0x80) ? A1V : A1W) |
 					 ((opcode & 0x40) ? A2V : A2B) |
 					 ((opcode & 0x20) ? A3V : A3B));
 		break;





More information about the Scummvm-git-logs mailing list