From b6b68fad0ba8fb6901de0fcb14774b709696d8bc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 4 Apr 2017 05:47:53 +1000 Subject: [PATCH] Fix typo --- qcsrc/client/weapons/projectile.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/weapons/projectile.qc b/qcsrc/client/weapons/projectile.qc index 2ece66e9dd..7f64e9ab98 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: -- 2.39.2