X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_common.qc;h=3780fc71384d987160f8e56c3063166fdbcc1bb3;hb=4c4b7bb9d36be542ed6aedadff997c000a00c752;hp=a2f23956eed6f4f3f7b0389d523e8062555fb2d1;hpb=42df301d6e114c923c5e5d0e3059de91b4666bb7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/w_common.qc b/qcsrc/server/w_common.qc index a2f23956e..3780fc713 100644 --- a/qcsrc/server/w_common.qc +++ b/qcsrc/server/w_common.qc @@ -339,7 +339,7 @@ float W_BallisticBullet_LeaveSolid(float eff) void W_BallisticBullet_Touch (void) { - float density; + //float density; if(self.think == W_BallisticBullet_LeaveSolid_think) // skip this! return; @@ -400,7 +400,7 @@ void fireBallisticBullet_trace_callback(vector start, vector hit, vector end) void fireBallisticBullet(vector start, vector dir, float spread, float pSpeed, float lifetime, float damage, float headshotbonus, float force, float dtype, float tracereffects, float gravityfactor, float bulletconstant) { - float lag, dt, savetime, density; + float lag, dt, savetime; //, density; entity pl, oldself; float antilagging;