[Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.62,1.63
Max Horn
fingolfin at users.sourceforge.net
Mon Nov 8 02:26:32 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.61,1.62 mt32.cpp,1.2,1.3 ym2612.cpp,1.27,1.28 emumidi.h,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword1 control.cpp,1.38,1.39 control.h,1.16,1.17 logic.cpp,1.39,1.40 memman.cpp,1.6,1.7 menu.cpp,1.21,1.22 menu.h,1.9,1.10 mouse.cpp,1.25,1.26 mouse.h,1.14,1.15 resman.cpp,1.22,1.23 router.h,1.7,1.8 screen.cpp,1.45,1.46 screen.h,1.17,1.18 sound.cpp,1.33,1.34 sword1.cpp,1.56,1.57 sword1.h,1.15,1.16 text.cpp,1.9,1.10 text.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31185/backends/midi
Modified Files:
adlib.cpp
Log Message:
oops
Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/adlib.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- adlib.cpp 8 Nov 2004 10:16:07 -0000 1.62
+++ adlib.cpp 8 Nov 2004 10:17:47 -0000 1.63
@@ -472,7 +472,7 @@
};
static byte lookup_table[64][32];
-const const byte volume_table[] = {
+static const byte volume_table[] = {
0, 4, 7, 11,
13, 16, 18, 20,
22, 24, 26, 27,
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.61,1.62 mt32.cpp,1.2,1.3 ym2612.cpp,1.27,1.28 emumidi.h,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword1 control.cpp,1.38,1.39 control.h,1.16,1.17 logic.cpp,1.39,1.40 memman.cpp,1.6,1.7 menu.cpp,1.21,1.22 menu.h,1.9,1.10 mouse.cpp,1.25,1.26 mouse.h,1.14,1.15 resman.cpp,1.22,1.23 router.h,1.7,1.8 screen.cpp,1.45,1.46 screen.h,1.17,1.18 sound.cpp,1.33,1.34 sword1.cpp,1.56,1.57 sword1.h,1.15,1.16 text.cpp,1.9,1.10 text.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list