summaryrefslogtreecommitdiff
path: root/game.bmx
diff options
context:
space:
mode:
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)