From 4fd2e9f5454d5a4275b29a8c5554bc2917dcc96f Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Wed, 30 Jun 2010 16:53:25 +0200 Subject: [PATCH] Removed hint sound on hp display. Credits goes to to Tauphi. --- src/zr/zhp.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zr/zhp.inc b/src/zr/zhp.inc index b58b560..2c461c8 100644 --- a/src/zr/zhp.inc +++ b/src/zr/zhp.inc @@ -250,6 +250,7 @@ ZHPUpdateHUD(client) // Display HP TranslationPrintHintText(client, "Display HP", health); + StopSound(client, SNDCHAN_STATIC, "UI/hint.wav"); } /**