From 123292bf991efd64b543987073755a5e033cebfa Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Wed, 28 Apr 2004 11:43:47 +0000 Subject: [PATCH] =?utf8?q?Fixed=20bug=20told=20in=20the=20mailing=20list:?= =?utf8?q?=20=EF=BF=BD-=20fireballs=20don't=20shoot=20if=20you=20are=20abo?= =?utf8?q?ve=20screen=20(they're=20destroyed=20because=20=20=20=20=20they'?= =?utf8?q?re=20off=20screen)=EF=BF=BD=20There=20is=20not=20point=20in=20re?= =?utf8?q?moving=20them=20when=20they=20are=20above=20y=3D0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit SVN-Revision: 799 --- src/special.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/special.cpp b/src/special.cpp index 71a2e5e8a..b2874769a 100644 --- a/src/special.cpp +++ b/src/special.cpp @@ -107,7 +107,6 @@ Bullet::action(double frame_ratio) if (base.x < scroll_x || base.x > scroll_x + screen->w || - base.y < 0 || base.y > screen->h || issolid(base.x + 4, base.y + 2) || issolid(base.x, base.y + 2) || -- 2.11.0