mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
- removed buggy diagnostics print.
This commit is contained in:
parent
f59bfa1224
commit
a203e37aeb
1 changed files with 0 additions and 1 deletions
|
@ -672,7 +672,6 @@ void UpdateCreepySounds()
|
||||||
|
|
||||||
if ((vsi & 0x1ff) >= kMaxSounds || !soundEngine->isValidSoundId((vsi & 0x1ff) + 1))
|
if ((vsi & 0x1ff) >= kMaxSounds || !soundEngine->isValidSoundId((vsi & 0x1ff) + 1))
|
||||||
{
|
{
|
||||||
initprintf("PlayFX2: Invalid creepy sound nSound == %i, nSprite == %i\n", vsi);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue