From b84c864543a496b828f777c1cf141ccee0a68e8c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 10 Jan 2009 10:31:39 +0000 Subject: Fix compiling SCUMM engine, with HE71+ games disabled. svn-id: r35798 --- engines/scumm/he/sound_he.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/scumm/he/sound_he.cpp b/engines/scumm/he/sound_he.cpp index 56b2326be8..9198698bc4 100644 --- a/engines/scumm/he/sound_he.cpp +++ b/engines/scumm/he/sound_he.cpp @@ -760,6 +760,7 @@ void SoundHE::startHETalkSound(uint32 offset) { addSoundToQueue2(1, 0, channel, 0); } +#ifdef ENABLE_HE void ScummEngine_v80he::createSound(int snd1id, int snd2id) { byte *snd1Ptr, *snd2Ptr; byte *sbng1Ptr, *sbng2Ptr; @@ -893,5 +894,6 @@ void ScummEngine_v80he::createSound(int snd1id, int snd2id) { _sndTmrOffs += sdat2size; } } +#endif } // End of namespace Scumm -- cgit v1.2.3