From: Ingo Ruhnke Date: Tue, 13 Apr 2004 18:24:06 +0000 (+0000) Subject: - fixed egg behaviour a bit X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8ddb0f287c73dfd3c1c7548f266c4cd9b001f007;p=supertux.git - fixed egg behaviour a bit SVN-Revision: 523 --- diff --git a/src/special.cpp b/src/special.cpp index 6bcea592d..e3f80615a 100644 --- a/src/special.cpp +++ b/src/special.cpp @@ -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()); } } }