- fixed 'When you jump into the roof or a bonus and fall back down you collide with...
[supertux.git] / src / player.cpp
index 2dad290..e041dd5 100644 (file)
@@ -239,6 +239,7 @@ Player::action(float elapsed_time)
               // fall down
               physic.set_velocity_y(0);
               jumped_in_solid = true;
+              jumping = false;
             }
         }
       else