triv: comment out FX_PlayLoopedAuto debug message to stdout

git-svn-id: https://svn.eduke32.com/eduke32@2113 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-11-17 21:09:26 +00:00
parent 5623334283
commit 53ddc89516

View file

@ -977,12 +977,14 @@ int32_t FX_PlayLoopedAuto(char *ptr, uint32_t length, int32_t loopstart, int32_t
uint32_t callbackval) uint32_t callbackval)
{ {
int32_t handle = -1; int32_t handle = -1;
#if 0
{ {
int32_t fmtstr[2]; int32_t fmtstr[2];
fmtstr[0] = *(int32_t *)ptr; fmtstr[0] = *(int32_t *)ptr;
((char *)fmtstr)[4] = 0; ((char *)fmtstr)[4] = 0;
printf("FX_PlayLoopedAuto %s\n",(char *)fmtstr); printf("FX_PlayLoopedAuto %s\n",(char *)fmtstr);
} }
#endif
switch (*(int32_t *)ptr) switch (*(int32_t *)ptr)
{ {
case LITTLE32('C'+('r'<<8)+('e'<<16)+('a'<<24)): case LITTLE32('C'+('r'<<8)+('e'<<16)+('a'<<24)):