- removed buggy diagnostics print.

This commit is contained in:
Christoph Oelckers 2020-03-04 19:14:53 +01:00
parent f59bfa1224
commit a203e37aeb

View file

@ -672,7 +672,6 @@ void UpdateCreepySounds()
if ((vsi & 0x1ff) >= kMaxSounds || !soundEngine->isValidSoundId((vsi & 0x1ff) + 1))
{
initprintf("PlayFX2: Invalid creepy sound nSound == %i, nSprite == %i\n", vsi);
return;
}