From a203e37aebde56362b27a2c41e5ef8dde84aa35a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 4 Mar 2020 19:14:53 +0100 Subject: [PATCH] - removed buggy diagnostics print. --- source/exhumed/src/sound.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/exhumed/src/sound.cpp b/source/exhumed/src/sound.cpp index f70098acf..d37751d5d 100644 --- a/source/exhumed/src/sound.cpp +++ b/source/exhumed/src/sound.cpp @@ -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; }