aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2012-09-07 19:03:57 +0200
committerJohannes Schickel2012-09-08 01:16:09 +0200
commit0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5 (patch)
tree6547c5a49fa0b5ad9c69737103a0821c31b02da9 /engines
parentc850effc6d30cc8de9fcbdd8ac429b1d6da624e1 (diff)
downloadscummvm-rg350-0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5.tar.gz
scummvm-rg350-0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5.tar.bz2
scummvm-rg350-0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5.zip
CINE: Fix Paula frequency.
This should fix the frequency of sound effects.
Diffstat (limited to 'engines')
-rw-r--r--engines/cine/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/sound.h b/engines/cine/sound.h
index 61ebd45d54..0787568173 100644
--- a/engines/cine/sound.h
+++ b/engines/cine/sound.h
@@ -95,7 +95,7 @@ public:
virtual void update();
enum {
- PAULA_FREQ = 7093789,
+ PAULA_FREQ = 3579545,
NUM_CHANNELS = 4
};