]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add todo comment
authorSamual Lenks <samual@xonotic.org>
Thu, 2 Jan 2014 13:21:17 +0000 (08:21 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 2 Jan 2014 13:21:17 +0000 (08:21 -0500)
qcsrc/common/weapons/w_shockwave.qc

index c347be3ae4a188485ae17aca240d939980da14e4..b42a31b41b342303dfa8ebc7a05766ac56570e3e 100644 (file)
@@ -297,6 +297,7 @@ float W_Shockwave_Attack_CheckHit(
        vector final_force,
        float final_damage)
 {
+       // WEAPONTODO: check if we hit MAX_SHOCKWAVE_HITS 
        if(!head) { return FALSE; }
        float i;