From f07a22ebe858958ba3f68bf55195474c9afe1e05 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Fri, 4 Jun 2004 14:14:59 +0000 Subject: [PATCH] Fixed bullet position. SVN-Revision: 1414 --- src/special.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/special.cpp b/src/special.cpp index 1ff38f040..bcbd2a841 100644 --- a/src/special.cpp +++ b/src/special.cpp @@ -63,7 +63,7 @@ Bullet::Bullet(const Vector& pos, float xm, int dir, int kind_) physic.set_velocity_x(-BULLET_XM + xm); } - base.y = pos.y + base.height/2; + base.y = pos.y; physic.set_velocity_y(-BULLET_STARTING_YM); old_base = base; kind = kind_; -- 2.11.0