[Scummvm-cvs-logs] SF.net SVN: scummvm: [28676] scummvm/trunk/sound/softsynth/adlib.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Mon Aug 20 12:43:08 CEST 2007


Revision: 28676
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28676&view=rev
Author:   buddha_
Date:     2007-08-20 03:43:07 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
Removed extra commas from lookup-tables' ends.

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/adlib.cpp

Modified: scummvm/trunk/sound/softsynth/adlib.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/adlib.cpp	2007-08-20 04:07:46 UTC (rev 28675)
+++ scummvm/trunk/sound/softsynth/adlib.cpp	2007-08-20 10:43:07 UTC (rev 28676)
@@ -280,7 +280,7 @@
 	203, 205, 206, 208, 209, 211, 212, 214,
 	215, 217, 218, 220, 222, 223, 225, 226,
 	228, 230, 231, 233, 235, 236, 238, 240,
-	242, 243, 245, 247, 249, 251, 252, 254,
+	242, 243, 245, 247, 249, 251, 252, 254
 };
 
 static const byte map_gm_to_fm[128][30] = {
@@ -472,7 +472,7 @@
 	0x1B, 0x1C, 0x1D, 0x1E, 0x1F, 0x20, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x21, 0x22, 0x23, 0xFF, 0xFF,
 	0x24, 0x25, 0xFF, 0xFF, 0xFF, 0x26, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
 	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
-	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
+	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
 };
 
 static byte lookup_table[64][32];


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