projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efceff
)
reverted totally pointless commit of rmcruz. size does NOT contain the current power...
author
Matthias Braun
<matze@braunis.de>
Tue, 18 May 2004 17:56:28 +0000
(17:56 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 18 May 2004 17:56:28 +0000
(17:56 +0000)
SVN-Revision: 1257
src/player.cpp
patch
|
blob
|
history
diff --git
a/src/player.cpp
b/src/player.cpp
index
dd02bc2
..
12b6c9d
100644
(file)
--- a/
src/player.cpp
+++ b/
src/player.cpp
@@
-417,7
+417,7
@@
Player::handle_vertical_input()
physic.set_velocity_y(0);
}
- if (input.down == DOWN && !on_ground() && !duck && size
!= SMALL
)
+ if (input.down == DOWN && !on_ground() && !duck && size
== BIG
)
butt_jump = true;
else if (input.down == UP)
butt_jump = false;