[Scummvm-cvs-logs] SF.net SVN: scummvm: [29955] scummvm/trunk/engines/kyra/sound_towns.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Dec 23 01:34:49 CET 2007


Revision: 29955
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29955&view=rev
Author:   fingolfin
Date:     2007-12-22 16:34:48 -0800 (Sat, 22 Dec 2007)

Log Message:
-----------
Fix the FIXME ;-)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_towns.cpp

Modified: scummvm/trunk/engines/kyra/sound_towns.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_towns.cpp	2007-12-22 23:41:14 UTC (rev 29954)
+++ scummvm/trunk/engines/kyra/sound_towns.cpp	2007-12-23 00:34:48 UTC (rev 29955)
@@ -1430,11 +1430,11 @@
 bool SoundTowns_v2::init() {
 	//_driver = new SoundTowns_v2_TwnDriver(_mixer);
 	_vm->checkCD();
-	// FIXME While checking for 'track1.XXX(X)' looks like
-	// a good idea, but we should definitly not be doing this
+	// FIXME: While checking for 'track1.XXX(X)' looks like
+	// a good idea, we should definitely not be doing this
 	// here. Basically our filenaming scheme could change
-	// or we added support for other audio formats. Also
-	// this misses the posibility that we play the tracks
+	// or we could add support for other audio formats. Also
+	// this misses the possibility that we play the tracks
 	// right off CD. So we should find another way to
 	// check if we have access to CD audio.
 	if (_musicEnabled &&


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list