Tron's patch for touching practically anything (coins, bells, doors) slows you down
authorWolfgang Becker <uafr@gmx.de>
Thu, 17 Aug 2006 17:45:28 +0000 (17:45 +0000)
committerWolfgang Becker <uafr@gmx.de>
Thu, 17 Aug 2006 17:45:28 +0000 (17:45 +0000)
SVN-Revision: 4194

src/object/player.cpp

index 12d440a..ccecefb 100644 (file)
@@ -987,7 +987,6 @@ Player::collision(GameObject& other, const CollisionHit& hit)
   }
 
   if(hit.left || hit.right) {
-    physic.set_velocity_x(0);
     try_grab(); //grab objects right now, in update it will be too late
   }
 #ifdef DEBUG