Skip to content

Commit 203e4ba

Browse files
vsonniersezero
authored andcommitted
Removed con_warnings of not-loop LIST WAV chunks
1 parent 95e1c15 commit 203e4ba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Quake/snd_mem.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ wavinfo_t GetWavinfo (const char *name, byte *wav, int wavlength)
327327
// Con_Printf("looped length: %i\n", i);
328328
}
329329
}
330-
else
331-
{
332-
Con_Warning("%s contains bad LIST chunk\n", name);
333-
}
334330
}
335331
}
336332
else

0 commit comments

Comments
 (0)