X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fweapons%2Fprojectile.qc;fp=qcsrc%2Fclient%2Fweapons%2Fprojectile.qc;h=41b97694496616fa4de17b8f73aa2c163cb2fa6d;hp=444fb27431136a3c6540830276987daba1a474f7;hb=789afd3e473029d1ceaecbd04c1032b1ed5bae35;hpb=ab02ec751edbf69850827dca695e60034f9ce915 diff --git a/qcsrc/client/weapons/projectile.qc b/qcsrc/client/weapons/projectile.qc index 444fb27431..41b9769449 100644 --- a/qcsrc/client/weapons/projectile.qc +++ b/qcsrc/client/weapons/projectile.qc @@ -11,6 +11,8 @@ #include #include +#include + #include #include @@ -50,8 +52,6 @@ void Projectile_DrawTrail(entity this, vector to) } } -bool Projectile_isnade(int proj); // TODO: remove - void Projectile_Draw(entity this) { vector rot;