[Scummvm-cvs-logs] SF.net SVN: scummvm:[40225] scummvm/trunk/engines/gob/inter_fascin.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri May 1 09:36:50 CEST 2009


Revision: 40225
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40225&view=rev
Author:   strangerke
Date:     2009-05-01 07:36:50 +0000 (Fri, 01 May 2009)

Log Message:
-----------
Gob : Fascination - put back o1_freesprite and switch to o1_animPalInit after verification of the original code in Gob1. Modify or suppress some warnings.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_fascin.cpp

Modified: scummvm/trunk/engines/gob/inter_fascin.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_fascin.cpp	2009-05-01 07:25:19 UTC (rev 40224)
+++ scummvm/trunk/engines/gob/inter_fascin.cpp	2009-05-01 07:36:50 UTC (rev 40225)
@@ -418,7 +418,7 @@
 		OPCODE(o1_keyFunc),
 		OPCODE(o1_capturePush),
 		OPCODE(o1_capturePop),
-		OPCODE(o2_animPalInit),
+		OPCODE(o1_animPalInit),
 		/* 18 */
 		OPCODE(o2_addCollision),
 		OPCODE(o2_freeCollision),
@@ -438,7 +438,7 @@
 		OPCODE(o1_putPixel),
 		OPCODE(o2_goblinFunc),
 		OPCODE(o1_createSprite),
-		OPCODE(oFascin_feUnknown27),//OPCODE(o1_freeSprite),
+		OPCODE(o1_freeSprite),
 		/* 28 */
 		{NULL, ""},
 		{NULL, ""},
@@ -466,7 +466,7 @@
 		OPCODE(o1_freeSoundSlot),
 		/* 3C */
 		OPCODE(o1_waitEndPlay),
-		{NULL, " "},//OPCODE(o1_playComposition),
+		OPCODE(o1_playComposition),
 		OPCODE(o2_getFreeMem),
 		OPCODE(o2_checkData),
 		/* 40 */
@@ -647,7 +647,7 @@
 	retVal5 = _vm->_parse->parseVarIndex();
 	retVal6 = _vm->_parse->parseVarIndex();
 	retVal7 = _vm->_parse->parseVarIndex();
-	warning ("Input 1:%d 2:%d",resVar, resVar2);
+	warning ("Width? :%d Height? :%d",resVar, resVar2);
 	warning ("Fetched variables 1:%d 2:%d 3:%d 4:%d 5:%d 6:%d 7:%d", retVal1, retVal2, retVal3, retVal4, retVal5, retVal6, retVal7);
 }
 
@@ -676,14 +676,14 @@
 
 void Inter_Fascination::oFascin_setRenderFlags() {
 	int16 expr;
-	warning("Fascination oFascin_cdUnknown10 (set render flags)");	
+//	warning("Fascination oFascin_cdUnknown10 (set render flags)");	
 	evalExpr(&expr);
 	warning("_draw_renderFlags <- %d",expr);
 	_vm->_draw->_renderFlags = expr;
 }
 
 void Inter_Fascination::oFascin_cdUnknown11() {
-	warning("Fascination oFascin_cdUnknown11 (set variable)");	
+//	warning("Fascination oFascin_cdUnknown11 (set variable)");	
 	evalExpr(0);
 }
 


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