summaryrefslogtreecommitdiff
path: root/game.bmx
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-10-03 00:09:45 +0000
committerIan C <ianc@noddybox.co.uk>2005-10-03 00:09:45 +0000
commit685bc09307bdf76b52feba2d371c73c5fe96eb9e (patch)
treeb18a6713cf2b204581d682858ef0182f2e9b8c47 /game.bmx
parent29051a64cb3e3e9099e754e574e4d12d8edbe7ff (diff)
Changed mass size
Diffstat (limited to 'game.bmx')
-rw-r--r--game.bmx4
1 files changed, 4 insertions, 0 deletions
diff --git a/game.bmx b/game.bmx
index 710bb24..ff6ddfa 100644
--- a/game.bmx
+++ b/game.bmx
@@ -57,6 +57,8 @@ Type TGame
TParticleMachine.Clear()
+ FlushKeys()
+
Return o
End Function
@@ -215,6 +217,7 @@ Type TGame
If lostpercent>(101-level.winpercent)
done=LEVEL_LOST
+ FlushKeys()
final_percent=percent
EndIf
EndIf
@@ -226,6 +229,7 @@ Type TGame
Else
done=LEVEL_LOST
EndIf
+ FlushKeys()
EndIf
GameGFX.font.Draw("PARTICLES",0,0)