[Scummvm-cvs-logs] SF.net SVN: scummvm: [32204] scummvm/trunk/engines/made/script.cpp

john_doe at users.sourceforge.net john_doe at users.sourceforge.net
Wed May 21 09:16:13 CEST 2008


Revision: 32204
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32204&view=rev
Author:   john_doe
Date:     2008-05-21 00:16:12 -0700 (Wed, 21 May 2008)

Log Message:
-----------
Removed obsolete comment and code in ScriptInterpreter::dumpScript

Modified Paths:
--------------
    scummvm/trunk/engines/made/script.cpp

Modified: scummvm/trunk/engines/made/script.cpp
===================================================================
--- scummvm/trunk/engines/made/script.cpp	2008-05-20 21:40:53 UTC (rev 32203)
+++ scummvm/trunk/engines/made/script.cpp	2008-05-21 07:16:12 UTC (rev 32204)
@@ -679,12 +679,10 @@
 			int valueType; /* 0: dec; 1: hex; 2: extended function */
 			int16 value;
 			char tempStr[32];
-			if (opcodeStats)
-				opcodeStats[opcode - 1]++;
+			opcodeStats[opcode - 1]++;
 			codeLine += desc;
 			for (; *sig != '\0'; sig++) {
 				codeLine += " ";
-				// Fallthroughs are intended
 				switch (*sig) {
 				case 'b':
 					valueType = 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