[Scummvm-cvs-logs] SF.net SVN: scummvm: [26614] scummvm/trunk/engines/cruise/function.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 27 18:28:23 CEST 2007


Revision: 26614
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26614&view=rev
Author:   thebluegr
Date:     2007-04-27 09:28:22 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Wrong paste

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/function.cpp

Modified: scummvm/trunk/engines/cruise/function.cpp
===================================================================
--- scummvm/trunk/engines/cruise/function.cpp	2007-04-27 16:23:12 UTC (rev 26613)
+++ scummvm/trunk/engines/cruise/function.cpp	2007-04-27 16:28:22 UTC (rev 26614)
@@ -1047,13 +1047,16 @@
 
 int16 Op_D(void) // TODO: palette manipulation
 {
-  var_4 = popVar();
-  var_6 = popVar();
-  var_8 = popVar();
+  //var_4 = popVar();
+  //var_6 = popVar();
+  //var_8 = popVar();
   //int si = popVar();
   //int di = popVar();
   popVar();
   popVar();
+  popVar();
+  popVar();
+  popVar();
 
   return 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