projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73b7e6
)
Tron's patch for touching practically anything (coins, bells, doors) slows you down
author
Wolfgang Becker
<uafr@gmx.de>
Thu, 17 Aug 2006 17:45:28 +0000
(17:45 +0000)
committer
Wolfgang Becker
<uafr@gmx.de>
Thu, 17 Aug 2006 17:45:28 +0000
(17:45 +0000)
SVN-Revision: 4194
src/object/player.cpp
patch
|
blob
|
history
diff --git
a/src/object/player.cpp
b/src/object/player.cpp
index
12d440a
..
ccecefb
100644
(file)
--- a/
src/object/player.cpp
+++ b/
src/object/player.cpp
@@
-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