Minor MrIceBlock physics tweak
authormathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 28 Aug 2010 19:27:54 +0000 (19:27 +0000)
committermathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Sat, 28 Aug 2010 19:27:54 +0000 (19:27 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6651 837edb03-e0f3-0310-88ca-d4d4e8b29345

src/badguy/mriceblock.cpp

index 9c9e6bf..932eb16 100644 (file)
@@ -95,7 +95,6 @@ MrIceBlock::collision_solid(const CollisionHit& hit)
 
   if(hit.top || hit.bottom) { // floor or roof
     physic.set_velocity_y(0);
-    return;
   }
 
   // hit left or right