diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-10-03 00:09:45 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-10-03 00:09:45 +0000 |
| commit | 685bc09307bdf76b52feba2d371c73c5fe96eb9e (patch) | |
| tree | b18a6713cf2b204581d682858ef0182f2e9b8c47 /game.bmx | |
| parent | 29051a64cb3e3e9099e754e574e4d12d8edbe7ff (diff) | |
Changed mass size
Diffstat (limited to 'game.bmx')
| -rw-r--r-- | game.bmx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
