[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.7,1.8
James Brown
ender at users.sourceforge.net
Tue Mar 5 09:37:03 CET 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.26,1.27 object.cpp,1.28,1.29 script_v2.cpp,1.24,1.25 scumm.h,1.57,1.58 scummvm.cpp,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv28874/sound
Modified Files:
imuse.cpp
Log Message:
Remove some testing stuff.
Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** imuse.cpp 5 Mar 2002 16:13:09 -0000 1.7
--- imuse.cpp 5 Mar 2002 17:36:09 -0000 1.8
***************
*** 41,49 ****
#define COMMAND_ID 1
! //#ifdef SAMNMAX
#define MDHD_TAG "MDpg"
! //#else
! // #define MDHD_TAG "MDhd"
! //#endif
int clamp(int val, int min, int max) {
--- 41,49 ----
#define COMMAND_ID 1
! #ifdef SAMNMAX
#define MDHD_TAG "MDpg"
! #else
! #define MDHD_TAG "MDhd"
! #endif
int clamp(int val, int min, int max) {
***************
*** 181,186 ****
void *mdhd;
! mdhd = findTag(sound, MDHD_TAG, 0);
! if (!mdhd) {
warning("SE::start_sound failed: Couldn't find %s", MDHD_TAG);
return false;
--- 181,186 ----
void *mdhd;
! mdhd = findTag(sound, MDHD_TAG, 0);
! if (!mdhd) {
warning("SE::start_sound failed: Couldn't find %s", MDHD_TAG);
return false;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.26,1.27 object.cpp,1.28,1.29 script_v2.cpp,1.24,1.25 scumm.h,1.57,1.58 scummvm.cpp,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list