summaryrefslogtreecommitdiff
path: root/types.bmx
diff options
context:
space:
mode:
Diffstat (limited to 'types.bmx')
-rw-r--r--types.bmx2
1 files changed, 1 insertions, 1 deletions
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()