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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Jun 18 15:27:48 CEST 2009


Revision: 41634
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41634&view=rev
Author:   drmccoy
Date:     2009-06-18 13:27:48 +0000 (Thu, 18 Jun 2009)

Log Message:
-----------
Oops, forgot again that Fascination needs o1_assign

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-06-18 13:27:35 UTC (rev 41633)
+++ scummvm/trunk/engines/gob/inter_fascin.cpp	2009-06-18 13:27:48 UTC (rev 41634)
@@ -84,6 +84,8 @@
 
 void Inter_Fascination::setupOpcodesFunc() {
 	Inter_v2::setupOpcodesFunc();
+
+	OPCODEFUNC(0x09, o1_assign);
 }
 
 void Inter_Fascination::setupOpcodesGob() {


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