projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a24222
)
- typo fix
author
Ryan Flegel
<rflegel@gmail.com>
Mon, 17 May 2004 17:05:22 +0000
(17:05 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Mon, 17 May 2004 17:05:22 +0000
(17:05 +0000)
SVN-Revision: 1242
src/player.cpp
patch
|
blob
|
history
diff --git
a/src/player.cpp
b/src/player.cpp
index
cdfa36f
..
9d06c18
100644
(file)
--- a/
src/player.cpp
+++ b/
src/player.cpp
@@
-822,7
+822,7
@@
Player::check_bounds(bool back_scrolling, bool hor_autoscroll)
}
/* Keep in-bounds, vertically: */
- if (base.y >
s
World::current()->get_level()->height * /*TILE_HEIGHT*/ 32)
+ if (base.y > World::current()->get_level()->height * /*TILE_HEIGHT*/ 32)
{
kill(KILL);
}