aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/sndres.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/saga/sndres.cpp b/saga/sndres.cpp
index a8d925494c..854422c576 100644
--- a/saga/sndres.cpp
+++ b/saga/sndres.cpp
@@ -77,6 +77,11 @@ int SndRes::playVoice(ulong voice_rn) {
debug(0, "SndRes::playVoice(%ld)", voice_rn);
+ // FIXME: In the Wyrmkeep re-release of Inherit the Earth, voices 4 and
+ // 5 are identical, even though their resources are stored at different
+ // offsets in the resource file. The correct sound for voice 4 is
+ // provided as a separate file, sound/p2_a.voc
+
result = load(_voice_ctxt, voice_rn, &snd_buffer);
if (result != R_SUCCESS) {
return R_FAILURE;