mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
kill the debug info
This commit is contained in:
parent
e1b779502a
commit
8c13014ad9
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ main (int argc, char **argv)
|
||||||
list_t *riff = 0;
|
list_t *riff = 0;
|
||||||
d_chunk_t **ck;
|
d_chunk_t **ck;
|
||||||
int sample_start, sample_count;
|
int sample_start, sample_count;
|
||||||
puts (*argv);
|
|
||||||
f = Qopen (*argv, "rbz");
|
f = Qopen (*argv, "rbz");
|
||||||
if (f) {
|
if (f) {
|
||||||
riff = riff_read (f);
|
riff = riff_read (f);
|
||||||
|
@ -82,7 +82,7 @@ puts (*argv);
|
||||||
break;
|
break;
|
||||||
case CASE ('d','a','t','a'):
|
case CASE ('d','a','t','a'):
|
||||||
#if 0
|
#if 0
|
||||||
printf ("data: %d\n", (*ck)->len);
|
printf ("data: %d %d\n", *(int*)((data_t*)(*ck))->data, (*ck)->len);
|
||||||
#endif
|
#endif
|
||||||
sample_count = (*ck)->len;
|
sample_count = (*ck)->len;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue