From: Mario Date: Mon, 3 Apr 2017 19:39:37 +0000 (+1000) Subject: Make rockets spin X-Git-Tag: xonotic-v0.8.5~2847 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=12d69d4f4aad59619b4e24f0024abebbc581515f;p=xonotic%2Fxonotic-data.pk3dir.git Make rockets spin --- diff --git a/qcsrc/client/weapons/projectile.qc b/qcsrc/client/weapons/projectile.qc index ae5ae630c..2ece66e9d 100644 --- a/qcsrc/client/weapons/projectile.qc +++ b/qcsrc/client/weapons/projectile.qc @@ -109,6 +109,9 @@ void Projectile_Draw(entity this) case PROJECTILE_HOOKBOMB: rot = '1000 0 0'; // forward break; + case PROEJCTILE_ROCKET: + rot = '0 0 720'; // spinning + break; default: break; }