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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Nov 5 01:22:25 CET 2006


Revision: 24615
          http://svn.sourceforge.net/scummvm/?rev=24615&view=rev
Author:   kirben
Date:     2006-11-04 16:22:18 -0800 (Sat, 04 Nov 2006)

Log Message:
-----------
SO_ROOM_INTENSITY isn't used by SCUMM V1 - 4 games

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

Modified: tools/trunk/descumm.cpp
===================================================================
--- tools/trunk/descumm.cpp	2006-11-05 00:20:36 UTC (rev 24614)
+++ tools/trunk/descumm.cpp	2006-11-05 00:22:18 UTC (rev 24615)
@@ -1333,19 +1333,6 @@
 	case 0x06:
 		do_tok(buf, "ShakeOff", 0);
 		break;
-	case 0x08:
-		if (scriptVersion > 3) {
-			get_var_or_word(a, (opcode & 0x80));
-			get_var_or_word(b, (opcode & 0x40));
-		}
-		buf = strecpy(buf, "RoomIntensity(");
-		buf = strecpy(buf, a);
-		buf = strecpy(buf, ",");
-		buf = strecpy(buf, b);
-		buf = strecpy(buf, ",");
-		buf = get_var_or_word(buf, (opcode & 0x20));
-		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