projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411edd6
)
Bullet fire counting with its height.
author
Ricardo Cruz
<rick2@aeiou.pt>
Wed, 19 May 2004 10:28:38 +0000
(10:28 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Wed, 19 May 2004 10:28:38 +0000
(10:28 +0000)
SVN-Revision: 1268
src/special.cpp
patch
|
blob
|
history
diff --git
a/src/special.cpp
b/src/special.cpp
index
fa9c4ff
..
26c30c7
100644
(file)
--- a/
src/special.cpp
+++ b/
src/special.cpp
@@
-62,7
+62,7
@@
Bullet::init(float x, float y, float xm, Direction dir, int kind_)
base.xm = -BULLET_XM + xm;
}
- base.y = y;
+ base.y = y
+ base.height/2
;
base.ym = BULLET_STARTING_YM;
old_base = base;
kind = kind_;