[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v2.cpp,1.23,1.24

Travis Howell kirben at users.sourceforge.net
Wed Aug 13 19:42:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv32234/scumm

Modified Files:
	resource_v2.cpp 
Log Message:

Add fixmes


Index: resource_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v2.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- resource_v2.cpp	14 Aug 2003 02:28:19 -0000	1.23
+++ resource_v2.cpp	14 Aug 2003 02:32:40 -0000	1.24
@@ -31,6 +31,7 @@
 	int i;
 
 	if (_gameId == GID_MANIAC) {
+		//FIXME the music driver was previously been set before detection of classic/enchanced version.
 		if (!(_features & GF_AMIGA))
 			_playerV2 = new Player_V1(this);
 
@@ -40,6 +41,7 @@
 		_numScripts = 200;
 		_numSounds = 100;
 	} else if (_gameId == GID_ZAK) {
+		//FIXME the music driver was previously been set before detection of classic/enchanced version.
 		if (!(_features & GF_AMIGA))
 			_playerV2 = new Player_V2(this);
 
@@ -106,6 +108,7 @@
 
 void Scumm_v2::readEnhancedIndexFile() {
 
+	//FIXME the music driver was previously been set before detection of classic/enchanced version.
 	if (!(_features & GF_AMIGA)) {
 		_playerV2 = new Player_V2(this);
 		if (_midiDriver == MD_PCSPK)





More information about the Scummvm-git-logs mailing list