From ebf677c527512b26191798b017e4f179aefcfb7c Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Tue, 6 Jul 2010 23:20:09 +0200 Subject: [PATCH] Imported fix from dev: 752:9c4222fa9219 - Removed hint text sound from spawn protection timer. --- src/zr/spawnprotect.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zr/spawnprotect.inc b/src/zr/spawnprotect.inc index f5f08b8..0e627f6 100644 --- a/src/zr/spawnprotect.inc +++ b/src/zr/spawnprotect.inc @@ -173,6 +173,7 @@ SpawnProtectStart(client) // Send time left in a hud message. TranslationPrintHintText(client, "Spawn Protect", pSpawnProtectTime[client]); + StopSound(client, SNDCHAN_STATIC, "UI/hint.wav"); // Start repeating timer. tSpawnProtect[client] = CreateTimer(1.0, SpawnProtectTimer, client, TIMER_FLAG_NO_MAPCHANGE|TIMER_REPEAT);