X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Flaser.qc;h=a91e13b01991e52517af210079478858eb0faae7;hb=74506d6244b1a6e2a02e7f44e5732085826954a9;hp=0880ddc4b26548f66cfd5d99c2a049a5b7d6e12d;hpb=73aacea5ecd160c845d8fdc15cacf443eddc79ca;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/laser.qc b/qcsrc/client/laser.qc index 0880ddc4b..a91e13b01 100644 --- a/qcsrc/client/laser.qc +++ b/qcsrc/client/laser.qc @@ -62,7 +62,7 @@ void Draw_Laser() if(self.cnt >= 0) pointparticles(self.cnt, trace_endpos, trace_plane_normal, drawframetime * 1000); if(self.colormod != '0 0 0' && self.modelscale != 0) - R_AddDynamicLight(trace_endpos + trace_plane_normal * 1, self.modelscale, self.colormod * 5); + adddynamiclight(trace_endpos + trace_plane_normal * 1, self.modelscale, self.colormod * 5); } }