]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix typo
authorFruitieX <rasse@rasse-lappy.localdomain>
Sat, 24 Jul 2010 16:06:26 +0000 (19:06 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Sat, 24 Jul 2010 16:06:26 +0000 (19:06 +0300)
qcsrc/client/hud.qc

index 1a6c962cac863577850fea22f8648c263c98b988..e8c0a0d1001f2c3ed9563f6b9f2ded15b9a0459e 100644 (file)
@@ -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))
                        {