]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qc
client: remove _all
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qc
index 2ece66e9dda37a428a285ab9da33a496598bdcb7..3d2d32d9af16bff4eeb0c6ca89d1e7951c71e1c5 100644 (file)
@@ -6,6 +6,8 @@
 #include "../mutators/events.qh"
 
 #include <common/constants.qh>
+#include <common/effects/effect.qh>
+#include <common/effects/all.qh>
 #include <common/net_linked.qh>
 #include <common/physics/movetypes/movetypes.qh>
 
@@ -109,7 +111,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: