mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
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:
parent
5623334283
commit
53ddc89516
1 changed files with 2 additions and 0 deletions
|
@ -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)):
|
||||||
|
|
Loading…
Reference in a new issue