[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.288,1.289 akos.cpp,1.174,1.175 scumm.cpp,1.208,1.209

Travis Howell kirben at users.sourceforge.net
Fri Sep 17 18:01:11 CEST 2004


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

Modified Files:
	actor.cpp akos.cpp scumm.cpp 
Log Message:

Should be for HE71 and later.


Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- actor.cpp	18 Sep 2004 00:36:14 -0000	1.288
+++ actor.cpp	18 Sep 2004 01:00:22 -0000	1.289
@@ -606,7 +606,7 @@
 			}
 			adjustActorPos();
 		} else {
-			if (_vm->_heversion >= 72) {
+			if (_vm->_heversion >= 71) {
 				if (auxBlock.visible) {
 					_vm->queueAuxBlock(this);
 					auxBlock.visible = false;
@@ -1366,7 +1366,7 @@
 		memset(animVariable, 0, sizeof(animVariable));
 		costume = c;
 		
-		if (_vm->_heversion >= 72) {
+		if (_vm->_heversion >= 71) {
 			if (auxBlock.visible) {
 				_vm->queueAuxBlock(this);
 			}

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- akos.cpp	18 Sep 2004 00:36:14 -0000	1.174
+++ akos.cpp	18 Sep 2004 01:00:22 -0000	1.175
@@ -1674,7 +1674,7 @@
 			a->offs_y = param_2;
 			break;
 		case 7:
-			if (_heversion >= 72) {
+			if (_heversion >= 71) {
 				queueAuxEntry(a->number, param_1);
 			} else if (param_1 != 0) {
 				if (_imuseDigital) {

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- scumm.cpp	18 Sep 2004 00:36:16 -0000	1.208
+++ scumm.cpp	18 Sep 2004 01:00:22 -0000	1.209
@@ -1824,7 +1824,7 @@
 			drawFlashlight();
 			setActorRedrawFlags();
 		}
-		if (_heversion >= 72) {
+		if (_heversion >= 71) {
 			preProcessAuxQueue();
 			processActors();
 			postProcessAuxQueue();





More information about the Scummvm-git-logs mailing list