[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.208,1.209

Travis Howell kirben at users.sourceforge.net
Fri May 23 20:52:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv5452/simon

Modified Files:
	simon.cpp 
Log Message:

Correct fixme comment


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- simon.cpp	24 May 2003 03:26:12 -0000	1.208
+++ simon.cpp	24 May 2003 03:51:33 -0000	1.209
@@ -5311,10 +5311,10 @@
 
 			if (_game & GF_WIN) {	
 				// FIXME: The very last music resource, a cymbal crash for when the
-				// two golems... er... gargoyles crash into each other, should NOT
-				// be looped like the other music tracks. In simon1dos the GMF
-				// resource includes a loop override that acomplishes this, but
-				// there seems to be nothing for this in the SMF resources.
+				// two demons crash into each other, should NOT be looped like the 
+				// other music tracks. In simon1dos/talkie the GMF resource includes 
+				// a loop override that acomplishes this, but there seems to be nothing 
+				// for this in the SMF resources.
 				if (music == 35)
 					midi.setLoop (false);
 





More information about the Scummvm-git-logs mailing list