summaryrefslogtreecommitdiff
path: root/types.bmx
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-11-01 00:58:44 +0000
committerIan C <ianc@noddybox.co.uk>2005-11-01 00:58:44 +0000
commit2a0e7de95036f380a5729328c10ba86eb6e001ba (patch)
tree2d0bea43efd8ecaa16f69a0e9099b7b5c21d813e /types.bmx
parentefbbdf1ebbc3f6964369c08d4cbe0978c5a424dd (diff)
Initial reasonably working version
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()