From 0fe5e0e6bde4921a018b3fdc597adbb7d3745ed5 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 7 Sep 2012 19:03:57 +0200 Subject: CINE: Fix Paula frequency. This should fix the frequency of sound effects. --- engines/cine/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine') 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 }; -- cgit v1.2.3