aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/group0.cpp
diff options
context:
space:
mode:
authorStrangerke2016-04-30 15:46:34 +0200
committerEugene Sandulenko2016-05-10 12:14:48 +0200
commita2d45c70e9419cedb2e71a46d408cb19c720b6c2 (patch)
tree90e6b83755e6d9198284785ac5cd3963261220cd /engines/gnap/scenes/group0.cpp
parentf50891f9906ddcfbe91c0b506872fa03c111737e (diff)
downloadscummvm-rg350-a2d45c70e9419cedb2e71a46d408cb19c720b6c2.tar.gz
scummvm-rg350-a2d45c70e9419cedb2e71a46d408cb19c720b6c2.tar.bz2
scummvm-rg350-a2d45c70e9419cedb2e71a46d408cb19c720b6c2.zip
GNAP: For consistancy, use hex values for playSound calls
Diffstat (limited to 'engines/gnap/scenes/group0.cpp')
-rw-r--r--engines/gnap/scenes/group0.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gnap/scenes/group0.cpp b/engines/gnap/scenes/group0.cpp
index 68c962b999..d7f8aecfd2 100644
--- a/engines/gnap/scenes/group0.cpp
+++ b/engines/gnap/scenes/group0.cpp
@@ -319,9 +319,9 @@ void Scene01::updateAnimations() {
break;
case kAS01LookPigs:
- _vm->playSound(138, false);
- _vm->playSound(139, false);
- _vm->playSound(140, false);
+ _vm->playSound(0x8A, false);
+ _vm->playSound(0x8B, false);
+ _vm->playSound(0x8C, false);
_vm->_gnapActionStatus = -1;
break;