mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Fix http://forums.duke4.net/topic/2961-paper-cuts-minor-bugs-and-annoyances/page__view__findpost__p__164747 (mikesnd error)
git-svn-id: https://svn.eduke32.com/eduke32@3986 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f368bc1a03
commit
6ae675347b
1 changed files with 0 additions and 1 deletions
|
@ -1466,7 +1466,6 @@ skip_check:
|
||||||
if (((unsigned)vm.g_sp->yvel >= MAXSOUNDS))
|
if (((unsigned)vm.g_sp->yvel >= MAXSOUNDS))
|
||||||
{
|
{
|
||||||
CON_ERRPRINTF("Invalid sound %d\n", TrackerCast(vm.g_sp->yvel));
|
CON_ERRPRINTF("Invalid sound %d\n", TrackerCast(vm.g_sp->yvel));
|
||||||
insptr++;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!S_CheckSoundPlaying(vm.g_i,vm.g_sp->yvel))
|
if (!S_CheckSoundPlaying(vm.g_i,vm.g_sp->yvel))
|
||||||
|
|
Loading…
Reference in a new issue