]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Set beam image of missed arc shot (should fix odd behaviour when aiming at the sky)
authorMario <mario@smbclan.net>
Tue, 20 Feb 2018 13:45:05 +0000 (23:45 +1000)
committerMario <mario@smbclan.net>
Tue, 20 Feb 2018 13:45:05 +0000 (23:45 +1000)
qcsrc/common/weapons/weapon/arc.qc

index 6a115baf1458cbd52586d49aebe1ea6d07545bbc..21ca117f4c4ec89980bbb60f9e34e3c4b88a549c 100644 (file)
@@ -1276,6 +1276,7 @@ NET_HANDLE(ENT_CLIENT_ARC_BEAM, bool isnew)
                                this.beam_muzzlelight[1] = 1;
                                this.beam_muzzlelight[2] = 1;
                                this.beam_muzzlelight[3] = 1;
+                               this.beam_image = "particles/lgbeam";
                                if(this.beam_muzzleeffect)
                                {
                                        setmodel(flash, MDL_ARC_MUZZLEFLASH);