projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b794ad
)
- fixed egg behaviour a bit
author
Ingo Ruhnke
<grumbel@gmx.de>
Tue, 13 Apr 2004 18:24:06 +0000
(18:24 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Tue, 13 Apr 2004 18:24:06 +0000
(18:24 +0000)
SVN-Revision: 523
src/special.cpp
patch
|
blob
|
history
diff --git
a/src/special.cpp
b/src/special.cpp
index
6bcea59
..
e3f8061
100644
(file)
--- 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());
}
}
}