We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db12b9e commit 780d88aCopy full SHA for 780d88a
Client/Atari/FujiLlama.bas
@@ -1101,7 +1101,7 @@ ENDPROC
1101
1102
PROC DrawGameState
1103
' Draw the current game state on the screen
1104
- if GameStatus(tablenumber)=5 then Exit ' if game over do not redraw screen
+ if GameStatus(tablenumber)=4 or GameStatus(tablenumber)=5 then Exit ' if game over do not redraw screen
1105
@EnableDoubleBuffer
1106
@ResetScreen
1107
@POS 0,5: @PrintINV &"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
Client/Atari/bin/FujiLlama.xex
10 Bytes
0 commit comments