[Scummvm-cvs-logs] scummvm-tools master -> cf8d0206f1fcbdd5249474187a49edc66c5d3e50

clone2727 clone2727 at gmail.com
Sun Mar 27 20:32:32 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
cf8d0206f1 MOHAWK: Sync deriven opcode names


Commit: cf8d0206f1fcbdd5249474187a49edc66c5d3e50
    https://github.com/scummvm/scummvm-tools/commit/cf8d0206f1fcbdd5249474187a49edc66c5d3e50
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-27T11:30:54-07:00

Commit Message:
MOHAWK: Sync deriven opcode names

Changed paths:
    engines/mohawk/deriven.cpp



diff --git a/engines/mohawk/deriven.cpp b/engines/mohawk/deriven.cpp
index 9bcfa10..08678e9 100644
--- a/engines/mohawk/deriven.cpp
+++ b/engines/mohawk/deriven.cpp
@@ -33,7 +33,7 @@ static const char *opcode_names[] = {
 	NO_OP,
 	"drawBitmap",
 	"switchCard",
-	"playSound_Mix",
+	"playScriptSLST",
 	// 0x04 (4 decimal)
 	"playSound",
 	NO_OP,
@@ -45,7 +45,7 @@ static const char *opcode_names[] = {
 	"disableHotspot",
 	NO_OP,
 	// 0x0C (12 decimal)
-	"clearSLST",
+	"stopSound",
 	"changeCursor",
 	"delay",
 	NO_OP,
@@ -70,14 +70,14 @@ static const char *opcode_names[] = {
 	NO_OP,
 	"enableMovie",
 	// 0x20 (32 decimal)
+	"playMovieBlocking",
 	"playMovie",
-	"playMovieBg",
 	"stopMovie",
 	NO_OP,
 	// 0x24 (36 decimal)
 	"unk_36",						// Unknown
 	"fadeAmbientSounds",
-	"complexPlayMovie",
+	"storeMovieOpcode",
 	"activatePLST",
 	// 0x28 (40 decimal)
 	"activateSLST",
@@ -87,8 +87,7 @@ static const char *opcode_names[] = {
 	// 0x2C (44 decimal)
 	"activateFLST",
 	"zipMode",
-	"activateMLST",
-	"activateSLSTWithVolume"
+	"activateMLST"
 };
 
 void printUsage(const char *appName) {






More information about the Scummvm-git-logs mailing list