From 804c8a4823387afa51fb427272aff8516f8a0427 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Wed, 19 May 2004 10:28:38 +0000 Subject: [PATCH] Bullet fire counting with its height. SVN-Revision: 1268 --- src/special.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/special.cpp b/src/special.cpp index fa9c4ff12..26c30c71d 100644 --- 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_; -- 2.11.0