[Scummvm-cvs-logs] CVS: scummvm/saga sndres.cpp,1.7,1.8

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Fri Apr 30 10:50:06 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv374

Modified Files:
	sndres.cpp 
Log Message:
Added fixme comment about a bug that happens (at least) in the Wyrmkeep
re-release of ITE, and how to work around it.


Index: sndres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sndres.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sndres.cpp	29 Apr 2004 01:24:18 -0000	1.7
+++ sndres.cpp	30 Apr 2004 17:49:33 -0000	1.8
@@ -77,6 +77,11 @@
 
 	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;





More information about the Scummvm-git-logs mailing list