From: Mario Date: Mon, 3 Apr 2017 19:47:53 +0000 (+1000) Subject: Fix typo X-Git-Tag: xonotic-v0.8.5~2846 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b6b68fad0ba8fb6901de0fcb14774b709696d8bc;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- diff --git a/qcsrc/client/weapons/projectile.qc b/qcsrc/client/weapons/projectile.qc index 2ece66e9d..7f64e9ab9 100644 --- a/qcsrc/client/weapons/projectile.qc +++ b/qcsrc/client/weapons/projectile.qc @@ -109,7 +109,7 @@ void Projectile_Draw(entity this) case PROJECTILE_HOOKBOMB: rot = '1000 0 0'; // forward break; - case PROEJCTILE_ROCKET: + case PROJECTILE_ROCKET: rot = '0 0 720'; // spinning break; default: