]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/damage.qc
Merge remote branch 'origin/master' into tzork/vehicles-2
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qc
index 6aad2e57fc567eb8e1bb4ec3fa3ecfa8dfd8818d..cd338553adaec3830f4fb2489bc3524674339f10 100644 (file)
@@ -120,7 +120,7 @@ void Ent_DamageInfo(float isNew)
             case DEATH_RAPTOR_BOMB_SPLIT:
                 float i;
                 vector ang, vel;
-                for(i = 1; i <= 4; ++i)
+                for(i = 1; i < 4; ++i)
                 {
                     vel = normalize(w_org - (w_org + normalize(force) * 16)) + randomvec() * 128;
                     ang = vectoangles(vel);