use the tree sounds
[supertux.git] / src / badguy / bomb.cpp
index 309ea60..670baa5 100644 (file)
@@ -61,7 +61,7 @@ void
 Bomb::collision_solid(const CollisionHit& hit)
 {
   if(hit.bottom)
-    physic.vy = 0;
+    physic.set_velocity_y(0);
 }
 
 HitResponse