]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Turns out, yes, that was needed.. fixes a bug with firing
authorSamual Lenks <samual@xonotic.org>
Thu, 27 Feb 2014 04:38:32 +0000 (23:38 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 27 Feb 2014 04:38:32 +0000 (23:38 -0500)
qcsrc/common/weapons/w_arc.qc

index 929fc5ccabf75819cd08dbbbf5cf90559ec59603..d06bf32026def80095ccb248619d37b0c6fc884d 100644 (file)
@@ -186,10 +186,7 @@ void W_Arc_Beam_Think(void)
                self.owner.freezetag_frozen
        )
        {
-               #if 0
-               // is this needed? I thought this is changed to world when removed ANYWAY
                if(self == self.owner.arc_beam) { self.owner.arc_beam = world; }
-               #endif
                entity oldself = self;
                self = self.owner;
                if(!WEP_ACTION(WEP_ARC, WR_CHECKAMMO1) && !WEP_ACTION(WEP_ARC, WR_CHECKAMMO2))