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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Oct 28 00:48:00 CEST 2006


Revision: 24537
          http://svn.sourceforge.net/scummvm/?rev=24537&view=rev
Author:   fingolfin
Date:     2006-10-27 15:47:53 -0700 (Fri, 27 Oct 2006)

Log Message:
-----------
cleanup

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

Modified: scummvm/trunk/sound/softsynth/adlib.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/adlib.cpp	2006-10-27 22:26:33 UTC (rev 24536)
+++ scummvm/trunk/sound/softsynth/adlib.cpp	2006-10-27 22:47:53 UTC (rev 24537)
@@ -234,14 +234,14 @@
 	{0xC0, 1, 14, 0}    // feedback
 };
 
-const byte param_table_1[16] = {
+static const byte param_table_1[16] = {
 	29, 28, 27, 0,
 	3, 4, 7, 8,
 	13, 16, 17, 20,
 	21, 30, 31, 0
 };
 
-const uint16 maxval_table[16] = {
+static const uint16 maxval_table[16] = {
 	0x2FF, 0x1F, 0x7, 0x3F,
 	0x0F, 0x0F, 0x0F, 0x3,
 	0x3F, 0x0F, 0x0F, 0x0F,
@@ -473,6 +473,7 @@
 };
 
 static byte lookup_table[64][32];
+
 static const byte volume_table[] = {
 	0, 4, 7, 11,
 	13, 16, 18, 20,


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