- fixed egg behaviour a bit
authorIngo Ruhnke <grumbel@gmx.de>
Tue, 13 Apr 2004 18:24:06 +0000 (18:24 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Tue, 13 Apr 2004 18:24:06 +0000 (18:24 +0000)
SVN-Revision: 523

src/special.cpp

index 6bcea59..e3f8061 100644 (file)
@@ -199,7 +199,6 @@ Upgrade::action(double frame_ratio)
         || (physic.get_velocity_x() > 0
             && !issolid(base.x, base.y + base.height))) {
         physic.enable_gravity(true);
-        physic.set_velocity(0, physic.get_velocity_y());
       }
     }
   }