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 --- vectoroids.bmx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vectoroids.bmx') diff --git a/vectoroids.bmx b/vectoroids.bmx index 8f51c55..69563f9 100644 --- a/vectoroids.bmx +++ b/vectoroids.bmx @@ -54,6 +54,8 @@ While Not quit While game.Play() Wend Sounds.Clear() + TParticleMachine.Clear() + hiscore.Check(game.score) Menu() Wend -- cgit v1.2.3