git-svn-id: https://svn.eduke32.com/eduke32@3986 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2013-08-06 23:52:27 +00:00
parent f368bc1a03
commit 6ae675347b

View file

@ -1466,7 +1466,6 @@ skip_check:
if (((unsigned)vm.g_sp->yvel >= MAXSOUNDS))
{
CON_ERRPRINTF("Invalid sound %d\n", TrackerCast(vm.g_sp->yvel));
insptr++;
continue;
}
if (!S_CheckSoundPlaying(vm.g_i,vm.g_sp->yvel))