]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add WEAPONTODO comments for some stuff I need to take care of later
authorSamual Lenks <samual@xonotic.org>
Sun, 16 Jun 2013 01:57:25 +0000 (21:57 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 16 Jun 2013 01:57:25 +0000 (21:57 -0400)
qcsrc/server/cl_physics.qc
qcsrc/server/mutators/mutator_nix.qc

index aa6664d6aa2692f47fdc51d5d07604c3f8d70911..de2dc55b38962aa67e08ae7e21c9caec5cc00c8e 100644 (file)
@@ -1332,6 +1332,7 @@ void SV_PlayerPhysics()
                }
        }
 
+       // WEAPONTODO
        float xyspeed;
        xyspeed = vlen('1 0 0' * self.velocity_x + '0 1 0' * self.velocity_y);
        if(self.weapon == WEP_NEX && WEP_CVAR(nex, charge) && WEP_CVAR(nex, charge_velocity_rate) && xyspeed > WEP_CVAR(nex, charge_minspeed))
index f8cf6d369f363af9a948566624eb0fa809bfac78..ea450e1e6ca36941a66afa3a85ce974730510ebc 100644 (file)
@@ -1,5 +1,5 @@
 float g_nix_with_laser;
-
+// WEAPONTODO
 float nix_weapon;
 float nix_weapon_ammo;
 float nix_nextchange;