]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Stuff and things
authorSamual Lenks <samual@xonotic.org>
Mon, 23 Jul 2012 05:32:43 +0000 (01:32 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 23 Jul 2012 05:32:43 +0000 (01:32 -0400)
qcsrc/server/w_laser.qc

index bca80dda08f2fb391065538c2896ddca99e59e96..909dcfdf370111f28b2cd52ccc2c83be530faa38 100644 (file)
@@ -4,6 +4,8 @@ REGISTER_WEAPON(LASER, w_laser, 0, 1, WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WE
 #ifdef SVQC
 void(float imp) W_SwitchWeapon;
 void() W_LastWeapon;
+.float swing_prev;
+.entity swing_alreadyhit;
 
 void SendCSQCShockwaveParticle(float spread) 
 {
@@ -185,8 +187,6 @@ void W_Laser_Shockwave (void)
        }
 }
 
-.float swing_prev;
-.entity swing_alreadyhit;
 void W_Laser_Melee_Think(void)
 {
        // declarations