aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-09-08 01:03:51 +0200
committerJohannes Schickel2012-09-08 01:16:10 +0200
commit892710a0a3610d21f7a716f9c48ca8a7702f999c (patch)
tree64fef3633f33932fe406d0ccbc77d7784bf6503d /engines/cine/script.h
parentb48f5b78b759981a0c29b2d7ccbecc7bb0076a1b (diff)
downloadscummvm-rg350-892710a0a3610d21f7a716f9c48ca8a7702f999c.tar.gz
scummvm-rg350-892710a0a3610d21f7a716f9c48ca8a7702f999c.tar.bz2
scummvm-rg350-892710a0a3610d21f7a716f9c48ca8a7702f999c.zip
CINE: Fix sfx channel use in Amiga and AtariST versions of FW.
This fixes a channel assignment issue in opcode 119. This also implements opcode 120, which is basically a stereo channel swapped version of 119 (o1_playSample). This affects the Amiga and AtariST versions. I put a TODO to check the DOS version here.
Diffstat (limited to 'engines/cine/script.h')
-rw-r--r--engines/cine/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index 3fc86c585b..a07c8d6cfc 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -227,6 +227,7 @@ protected:
int o1_op72();
int o1_op73();
int o1_playSample();
+ int o1_playSampleSwapped();
int o1_disableSystemMenu();
int o1_loadMask5();
int o1_unloadMask5();