From: FruitieX Date: Sat, 24 Jul 2010 16:06:26 +0000 (+0300) Subject: fix typo X-Git-Tag: xonotic-v0.1.0preview~400^2~3^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=23ffa10bd89b42202a7c349723305ef6bc08187a fix typo --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 1a6c962cac..e8c0a0d100 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2999,11 +2999,11 @@ void HUD_Notify (void) } else if(killnotify_deathtype[j] & HITTYPE_SECONDARY && w == WEP_LASER) { - s = "notify_melee"; + s = "notify_melee_laser"; } else if(killnotify_deathtype[j] & HITTYPE_SECONDARY && w == WEP_SHOTGUN) { - s = "notify_melee"; + s = "notify_melee_shotgun"; } else if(WEP_VALID(w)) {