[Scummvm-cvs-logs] CVS: scummvm/scumm script_v100he.cpp,2.141,2.142

kirben kirben at users.sourceforge.net
Fri Apr 29 22:49:03 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17649/scumm

Modified Files:
	script_v100he.cpp 
Log Message:

Reset additional fields


Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.141
retrieving revision 2.142
diff -u -d -r2.141 -r2.142
--- script_v100he.cpp	30 Apr 2005 05:25:05 -0000	2.141
+++ script_v100he.cpp	30 Apr 2005 05:47:09 -0000	2.142
@@ -1133,6 +1133,10 @@
 		_wizParams.processFlags = 0;
 		_wizParams.remapNum = 0;
 		_wizParams.img.flags = 0;
+		_wizParams.field_184 = 0;
+		_wizParams.field_180 = 0;
+		_wizParams.spriteId = 0;
+		_wizParams.groupNum = 0;
 		break;
 	case 2:
 		_wizParams.processFlags |= kWPFRotate;
@@ -1213,6 +1217,8 @@
 		_wizParams.img.state = pop();
 		_wizParams.img.y1 = pop();
 		_wizParams.img.x1 = pop();
+		_wizParams.spriteId = 0;
+		_wizParams.groupNum = 0;
 		_wizParams.img.resNum = pop();
 		displayWizImage(&_wizParams.img);
 		break;





More information about the Scummvm-git-logs mailing list