[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v2.cpp,1.29,1.30

Travis Howell kirben at users.sourceforge.net
Fri Sep 5 20:38:02 CEST 2003


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

Modified Files:
	resource_v2.cpp 
Log Message:

Remove outdated comment


Index: resource_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v2.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- resource_v2.cpp	6 Sep 2003 03:34:19 -0000	1.29
+++ resource_v2.cpp	6 Sep 2003 03:36:54 -0000	1.30
@@ -106,7 +106,6 @@
 
 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);
 
@@ -201,6 +200,5 @@
 }
 
 void Scumm_v2::loadCharset(int num) {
-	// Stub, V2 font resources are hardcoded into the engine. Possibly do some
-	// kind of language detection here in the future for multiple fonts...
+	// Stub, V2 font resources are hardcoded into the engine.
 }





More information about the Scummvm-git-logs mailing list