[Scummvm-cvs-logs] SF.net SVN: scummvm: [26673] tools/trunk/descumm.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Apr 29 11:48:32 CEST 2007


Revision: 26673
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26673&view=rev
Author:   fingolfin
Date:     2007-04-29 02:48:29 -0700 (Sun, 29 Apr 2007)

Log Message:
-----------
Reverting my previous SetIntensity addition

Modified Paths:
--------------
    tools/trunk/descumm.cpp

Modified: tools/trunk/descumm.cpp
===================================================================
--- tools/trunk/descumm.cpp	2007-04-29 01:07:19 UTC (rev 26672)
+++ tools/trunk/descumm.cpp	2007-04-29 09:48:29 UTC (rev 26673)
@@ -1200,7 +1200,6 @@
 {
 	char	a[256];
 	char	b[256];
-	char	c[256];
 	
 	if (g_options.scriptVersion <= 2) {
 		get_var_or_byte(a, (opcode & 0x80));
@@ -1262,18 +1261,6 @@
 	case 0x06:
 		do_tok(buf, "ShakeOff", 0);
 		break;
-	case 0x08:
-		get_var_or_byte(a, (opcode & 0x80));
-		get_var_or_byte(b, (opcode & 0x40));
-		get_var_or_byte(c, (opcode & 0x20));
-		buf = strecpy(buf, "SetIntensity(");
-		buf = strecpy(buf, a);
-		buf = strecpy(buf, ",");
-		buf = strecpy(buf, b);
-		buf = strecpy(buf, ",");
-		buf = strecpy(buf, c);
-		buf = strecpy(buf, ")");
-		break;
 	default:
 		error("do_room_ops_old: unknown subop %d", opcode & 0x1F);
 	}


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