aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sound_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-01-10 10:31:39 +0000
committerTravis Howell2009-01-10 10:31:39 +0000
commitb84c864543a496b828f777c1cf141ccee0a68e8c (patch)
tree420d46bdb61cfb3808bdb1970241e92d1588ace0 /engines/scumm/he/sound_he.cpp
parent1130af03d14e99d65a250cd79e5f60c04e3a14eb (diff)
downloadscummvm-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/sound_he.cpp')
-rw-r--r--engines/scumm/he/sound_he.cpp2
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