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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Mar 22 03:12:09 CET 2009


Revision: 39602
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39602&view=rev
Author:   Kirben
Date:     2009-03-22 02:12:09 +0000 (Sun, 22 Mar 2009)

Log Message:
-----------
Update several names, based on ScummVM changes.

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

Modified: tools/trunk/descumm.cpp
===================================================================
--- tools/trunk/descumm.cpp	2009-03-21 22:11:16 UTC (rev 39601)
+++ tools/trunk/descumm.cpp	2009-03-22 02:12:09 UTC (rev 39602)
@@ -235,7 +235,7 @@
 	"VAR_MOUSE_X",
 	"VAR_MOUSE_Y",
 	"VAR_TIMER",
-	"VAR_TMR_4",
+	"VAR_TIMER_TOTAL",
 	/* 48 */
 	"VAR_SOUNDCARD",
 	"VAR_VIDEOMODE",
@@ -303,7 +303,7 @@
 	"VAR_MOUSE_X",
 	"VAR_MOUSE_Y",
 	"VAR_TIMER",
-	"VAR_TMR_4",
+	"VAR_TIMER_TOTAL",
 	/* 48 */
 	"VAR_SOUNDCARD",
 	"VAR_VIDEOMODE",
@@ -392,7 +392,7 @@
 	"VAR_MOUSE_X",
 	"VAR_MOUSE_Y",
 	"VAR_TIMER",
-	"VAR_TMR_4",
+	"VAR_TIMER_TOTAL",
 	/* 48 */
 	"VAR_SOUNDCARD",
 	"VAR_VIDEOMODE",
@@ -1042,13 +1042,13 @@
 		break;
 
 	case 0x22 + 1:
-		do_tok(buf, "resUnk1", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
+		do_tok(buf, "setCDVolume?", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
 		break;
 	case 0x23 + 1:
-		do_tok(buf, "resUnk2", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B) | A3B);
+		do_tok(buf, "setSoundLoudness", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B) | A3B);
 		break;
 	case 0x24 + 1:
-		do_tok(buf, "resUnk3", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
+		do_tok(buf, "setSoundPitch", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
 		break;
 
 
@@ -1117,10 +1117,10 @@
 						 ((opcode & 0x20) ? A3V : A3B));
 		break;
 	case 0x09:
-		buf = do_tok(buf, "saveLoad?", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
+		buf = do_tok(buf, "saveLoad", ((opcode & 0x80) ? A1V : A1B) | ((opcode & 0x40) ? A2V : A2B));
 		break;
 	case 0x0A:
-		buf = do_tok(buf, "screenEffect?", ((opcode & 0x80) ? A1V : A1W));
+		buf = do_tok(buf, "screenEffect", ((opcode & 0x80) ? A1V : A1W));
 		break;
 	case 0x0B:
 		buf =


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