[Scummvm-cvs-logs] SF.net SVN: scummvm: [23620] scummvm/trunk/sound/fmopl.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jul 30 01:44:13 CEST 2006


Revision: 23620
Author:   lordhoto
Date:     2006-07-29 16:44:09 -0700 (Sat, 29 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23620&view=rev

Log Message:
-----------
Adding comment about forced MQ on small devices.

Modified Paths:
--------------
    scummvm/trunk/sound/fmopl.cpp
Modified: scummvm/trunk/sound/fmopl.cpp
===================================================================
--- scummvm/trunk/sound/fmopl.cpp	2006-07-29 23:42:27 UTC (rev 23619)
+++ scummvm/trunk/sound/fmopl.cpp	2006-07-29 23:44:09 UTC (rev 23620)
@@ -1189,6 +1189,9 @@
 		env_bits = FMOPL_ENV_BITS_LQ;
 		eg_ent = FMOPL_EG_ENT_LQ;
 	}
+	// TODO: add a comment why we foce to MQ,
+	// but make a check what mode the user specified.
+	// Looks a bit pointless...
 	env_bits = FMOPL_ENV_BITS_MQ;
 	eg_ent = FMOPL_EG_ENT_MQ;
 #endif


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