X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Flaser.qc;h=93c4103a9cd993ae2fdc7c45e050bd7e887ce2c3;hp=f5b6d54a9b32bd8df2fe39d95591981d124a28c7;hb=9ae63d858415772fdb60bd549758825103c0ba17;hpb=9c09a961b8674e3a808889d3f34d71855018d3bc diff --git a/qcsrc/client/laser.qc b/qcsrc/client/laser.qc index f5b6d54a9b..93c4103a9c 100644 --- a/qcsrc/client/laser.qc +++ b/qcsrc/client/laser.qc @@ -3,7 +3,7 @@ #include "hook.qh" -#include "../common/buffs.qh" +#include "../common/buffs/all.qh" #include "../csqcmodellib/cl_model.qh" #include "../csqcmodellib/interpolate.qh" @@ -21,7 +21,7 @@ class(Laser) .float alpha; class(Laser) .float scale; // scaling factor of the thickness class(Laser) .float modelscale; // scaling factor of the dlight -void Draw_Laser() +void Draw_Laser(entity this) { if(!self.state) return;