JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed new ship fade, blast leaves rocks collidable, some refactoring.
[vor.git] / rocks.c
diff --git a/rocks.c b/rocks.c
index 276f549..701e5a5 100644 (file)
--- a/rocks.c
+++ b/rocks.c
@@ -219,7 +219,6 @@ blast_rocks(float x, float y, float radius)
                        n *= 15;
                        r->dx += 54.0*dx/n;
                        r->dy += 54.0*dy/n;
-                       r->flags &= ~COLLIDE;
                }
        }
 }