aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/sound.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-09-07 17:49:17 +0200
committerJohannes Schickel2012-09-08 01:15:32 +0200
commitb1074543b575bdca64b228272f2dfddda2e98cff (patch)
tree21d95d49494fcf6c734233a2cd192fe542fcb2e0 /engines/cine/sound.h
parent17d6d732ea000400eb1353e1f93b121be524852d (diff)
downloadscummvm-rg350-b1074543b575bdca64b228272f2dfddda2e98cff.tar.gz
scummvm-rg350-b1074543b575bdca64b228272f2dfddda2e98cff.tar.bz2
scummvm-rg350-b1074543b575bdca64b228272f2dfddda2e98cff.zip
CINE: Skip resource header in loadSpl.
This implements a long standing TODO in PaulaSound::playSound.
Diffstat (limited to 'engines/cine/sound.h')
-rw-r--r--engines/cine/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cine/sound.h b/engines/cine/sound.h
index afc0994a26..7caa41b655 100644
--- a/engines/cine/sound.h
+++ b/engines/cine/sound.h
@@ -95,8 +95,7 @@ public:
enum {
PAULA_FREQ = 7093789,
- NUM_CHANNELS = 4,
- SPL_HDR_SIZE = 22
+ NUM_CHANNELS = 4
};
protected: