mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +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))
|
||||
{
|
||||
initprintf("PlayFX2: Invalid creepy sound nSound == %i, nSprite == %i\n", vsi);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue