[Scummvm-cvs-logs] scummvm master -> 0f530e06be47c724a096796eb735aaeffa7810f8

dreammaster dreammaster at scummvm.org
Tue Nov 17 04:24:06 CET 2015


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

Summary:
0f530e06be MADS: Fix incorrect method mappings in sound group 4


Commit: 0f530e06be47c724a096796eb735aaeffa7810f8
    https://github.com/scummvm/scummvm/commit/0f530e06be47c724a096796eb735aaeffa7810f8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-11-16T22:23:29-05:00

Commit Message:
MADS: Fix incorrect method mappings in sound group 4

Changed paths:
    engines/mads/nebular/sound_nebular.cpp



diff --git a/engines/mads/nebular/sound_nebular.cpp b/engines/mads/nebular/sound_nebular.cpp
index ab6bd82..4c360b2 100644
--- a/engines/mads/nebular/sound_nebular.cpp
+++ b/engines/mads/nebular/sound_nebular.cpp
@@ -2027,8 +2027,8 @@ const ASound4::CommandPtr ASound4::_commandList[61] = {
 	&ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand, &ASound4::command43,
 	&ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand,
 	&ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand,
-	&ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand, &ASound4::nullCommand,
-	&ASound4::nullCommand, &ASound4::command57, &ASound4::nullCommand, &ASound4::command59,
+	&ASound4::command52, &ASound4::command53, &ASound4::command54, &ASound4::command55,
+	&ASound4::command56, &ASound4::command57, &ASound4::command58, &ASound4::command59,
 	&ASound4::command60
 };
 






More information about the Scummvm-git-logs mailing list