diff options
author | Travis Howell | 2009-01-10 10:31:39 +0000 |
---|---|---|
committer | Travis Howell | 2009-01-10 10:31:39 +0000 |
commit | b84c864543a496b828f777c1cf141ccee0a68e8c (patch) | |
tree | 420d46bdb61cfb3808bdb1970241e92d1588ace0 /engines/scumm/he | |
parent | 1130af03d14e99d65a250cd79e5f60c04e3a14eb (diff) | |
download | scummvm-rg350-b84c864543a496b828f777c1cf141ccee0a68e8c.tar.gz scummvm-rg350-b84c864543a496b828f777c1cf141ccee0a68e8c.tar.bz2 scummvm-rg350-b84c864543a496b828f777c1cf141ccee0a68e8c.zip |
Fix compiling SCUMM engine, with HE71+ games disabled.
svn-id: r35798
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 |