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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jul 30 01:51:48 CEST 2006


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

Log Message:
-----------
Another little formatting and a typo fix.

Modified Paths:
--------------
    scummvm/trunk/sound/fmopl.cpp
Modified: scummvm/trunk/sound/fmopl.cpp
===================================================================
--- scummvm/trunk/sound/fmopl.cpp	2006-07-29 23:44:09 UTC (rev 23620)
+++ scummvm/trunk/sound/fmopl.cpp	2006-07-29 23:51:43 UTC (rev 23621)
@@ -99,8 +99,7 @@
 #define ENV_MOD_AR  0x02
 
 /* -------------------- tables --------------------- */
-static const int slot_array[32]=
-{
+static const int slot_array[32] = {
 	 0, 2, 4, 1, 3, 5,-1,-1,
 	 6, 8,10, 7, 9,11,-1,-1,
 	12,14,16,13,15,17,-1,-1,
@@ -152,7 +151,7 @@
 	19.875, 20.250, 20.625, 21.000
 };
 
-/* sustain lebel table (3db per step) */
+/* sustain level table (3db per step) */
 /* 0 - 15: 0, 3, 6, 9,12,15,18,21,24,27,30,33,36,39,42,93 (dB)*/
 
 static int SL_TABLE[16];


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