aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
diff options
context:
space:
mode:
authorPaul Gilbert2015-11-16 22:23:29 -0500
committerPaul Gilbert2015-11-16 22:23:29 -0500
commit0f530e06be47c724a096796eb735aaeffa7810f8 (patch)
treef86abef50dd8ee31d47f01e84c5780c60403ea5e /engines/mads/nebular
parente938b4f1350799d43557642ec6e70dfa85894655 (diff)
downloadscummvm-rg350-0f530e06be47c724a096796eb735aaeffa7810f8.tar.gz
scummvm-rg350-0f530e06be47c724a096796eb735aaeffa7810f8.tar.bz2
scummvm-rg350-0f530e06be47c724a096796eb735aaeffa7810f8.zip
MADS: Fix incorrect method mappings in sound group 4
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r--engines/mads/nebular/sound_nebular.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/sound_nebular.cpp b/engines/mads/nebular/sound_nebular.cpp
index ab6bd8215c..4c360b23d5 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
};