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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Sep 30 21:34:15 CEST 2006


Revision: 24046
          http://svn.sourceforge.net/scummvm/?rev=24046&view=rev
Author:   sev
Date:     2006-09-30 12:33:43 -0700 (Sat, 30 Sep 2006)

Log Message:
-----------
Revert part of commit 23552 by agent-q. Apparently this slipped in by
mistake, as DS port sets FMOPL quality in ds/arm9/source/osystem_ds.cpp
void OSystem_DS::initBackend().

Modified Paths:
--------------
    scummvm/trunk/sound/fmopl.cpp

Modified: scummvm/trunk/sound/fmopl.cpp
===================================================================
--- scummvm/trunk/sound/fmopl.cpp	2006-09-30 18:58:09 UTC (rev 24045)
+++ scummvm/trunk/sound/fmopl.cpp	2006-09-30 19:33:43 UTC (rev 24046)
@@ -1188,11 +1188,6 @@
 		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
 
 	OPLBuildTables(env_bits, eg_ent);


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