]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorMario <mario@smbclan.net>
Mon, 3 Apr 2017 19:47:53 +0000 (05:47 +1000)
committerMario <mario@smbclan.net>
Mon, 3 Apr 2017 19:47:53 +0000 (05:47 +1000)
qcsrc/client/weapons/projectile.qc

index 2ece66e9dda37a428a285ab9da33a496598bdcb7..7f64e9ab98787708f96a5aa05e9ea783183d4e3f 100644 (file)
@@ -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: