]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix a comment
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 8 Sep 2010 21:18:49 +0000 (00:18 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 8 Sep 2010 21:18:49 +0000 (00:18 +0300)
data/qcsrc/server/w_grabber.qc

index 0f5a818e144a7588b21e7a665522f8d0086fe654..9cd4fa7711b390371afec43b37d5eed1866fc6d7 100644 (file)
@@ -11,8 +11,8 @@ REGISTER_WEAPON(GRABBER, w_grabber, IT_FUEL, 0, WEP_FLAG_CANCLIMB | WEP_TYPE_HIT
 \r
 void W_Grabber_UpdateStats(entity e, float shot, float hit)\r
 {\r
-       // this may not be entierly right, but for the time being we're recording the hook accuracy here\r
-       // this is likely needed for detecting if the hook has hit (linked to) another person though\r
+       // this may not be entierly right, but for the time being we're handling grabber accuracy here\r
+       // this is likely needed for detecting if the hook has hit (linked to) another player, which is counted as a hit\r
        if(shot)\r
        {\r
                e.stats_fired[e.weapon - 1] += 1;\r