]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix a code typo
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 28 Feb 2011 02:51:30 +0000 (04:51 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 28 Feb 2011 02:51:30 +0000 (04:51 +0200)
data/qcsrc/server/g_damage.qc

index 483ff0c7347dc4f7c9c3c29a595e8f9e5e11bb27..edc14f05f58320008bfb95013eb210f7be6540ff 100644 (file)
@@ -60,10 +60,10 @@ float damage_headshotbonus; // bonus multiplier for head shots, set to 0 after u
 .float taunt_soundtime;\r
 .float taunt_soundtype;\r
 \r
-void SetAutoTaunt(entity e, float t_soundtime, float soundtype)\r
+void SetAutoTaunt(entity e, float t_soundtime, float t_soundtype)\r
 {\r
        e.taunt_soundtime = t_soundtime;\r
-       e.taunt_soundtype = soundtype;\r
+       e.taunt_soundtype = t_soundtype;\r
 }\r
 \r
 float IsDifferentTeam(entity a, entity b)\r