[Scummvm-cvs-logs] SF.net SVN: scummvm:[34649] scummvm/trunk/engines/scumm/he/script_v71he.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Sep 25 12:14:52 CEST 2008


Revision: 34649
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34649&view=rev
Author:   fingolfin
Date:     2008-09-25 10:14:50 +0000 (Thu, 25 Sep 2008)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/script_v71he.cpp

Modified: scummvm/trunk/engines/scumm/he/script_v71he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/script_v71he.cpp	2008-09-25 10:11:06 UTC (rev 34648)
+++ scummvm/trunk/engines/scumm/he/script_v71he.cpp	2008-09-25 10:14:50 UTC (rev 34649)
@@ -510,7 +510,7 @@
 		break;
 	case 20: // HE72+
 		a = (ActorHE *)derefActor(args[1], "o71_kernelSetFunctions: 20");
-		((ScummEngine_v71he *)this)->queueAuxBlock(a);
+		queueAuxBlock(a);
 		break;
 	case 21:
 		_skipDrawObject = 1;


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