diff options
Diffstat (limited to 'engines/scumm/he')
-rw-r--r-- | engines/scumm/he/sound_he.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |