From d68f95b3be82fe0048b6ba72f70b80887214a0e6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 23 Apr 2006 18:52:39 +0000 Subject: Move HE specific stuff from class Sound to its new subclass SoundHE svn-id: r22115 --- engines/scumm/he/script_v60he.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/he/script_v60he.cpp') diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp index 6d562cc163..d3748abb85 100644 --- a/engines/scumm/he/script_v60he.cpp +++ b/engines/scumm/he/script_v60he.cpp @@ -31,7 +31,7 @@ #include "scumm/object.h" #include "scumm/resource.h" #include "scumm/scumm.h" -#include "scumm/sound.h" +#include "scumm/he/sound_he.h" #include "scumm/usage_bits.h" #include "scumm/util.h" #include "scumm/verbs.h" @@ -1151,7 +1151,7 @@ void ScummEngine_v60he::o60_soundOps() { // Fatty Bear's Birthday surprise uses this when playing the // piano, but only when using one of the digitized instruments. // See also o6_startSound(). - _sound->setOverrideFreq(arg); + ((SoundHE *)_sound)->setOverrideFreq(arg); break; default: error("o60_soundOps: default case 0x%x", subOp); -- cgit v1.2.3