From 2a0e7de95036f380a5729328c10ba86eb6e001ba Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 1 Nov 2005 00:58:44 +0000 Subject: Initial reasonably working version --- types.bmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.bmx') diff --git a/types.bmx b/types.bmx index 588a152..2f2175a 100644 --- a/types.bmx +++ b/types.bmx @@ -254,7 +254,7 @@ Type TShot x:-GraphicsHeight() EndIf - If saucer And saucer.obj.IsInside(x,y) + If saucer And Not saucer.dead And saucer.obj.IsInside(x,y) TParticleMachine.ShipExplosion(saucer.x,saucer.y) Sounds.ShipExplosion() Sounds.NoSaucer() -- cgit v1.2.3