[Super-tux-commit] supertux/src special.cpp,1.45,1.46
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-19 10:28:48
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2945/src Modified Files: special.cpp Log Message: Bullet fire counting with its height. Index: special.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/special.cpp,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- special.cpp 14 May 2004 08:36:13 -0000 1.45 +++ special.cpp 19 May 2004 10:28:38 -0000 1.46 @@ -62,7 +62,7 @@ base.xm = -BULLET_XM + xm; } - base.y = y; + base.y = y + base.height/2; base.ym = BULLET_STARTING_YM; old_base = base; kind = kind_; |