]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qc
Fix typo
[xonotic/xonotic-data.pk3dir.git] / 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: