Skip to content

Commit 780d88a

Browse files
committed
.
1 parent db12b9e commit 780d88a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Client/Atari/FujiLlama.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ ENDPROC
11011101

11021102
PROC DrawGameState
11031103
' Draw the current game state on the screen
1104-
if GameStatus(tablenumber)=5 then Exit ' if game over do not redraw screen
1104+
if GameStatus(tablenumber)=4 or GameStatus(tablenumber)=5 then Exit ' if game over do not redraw screen
11051105
@EnableDoubleBuffer
11061106
@ResetScreen
11071107
@POS 0,5: @PrintINV &"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"

Client/Atari/bin/FujiLlama.xex

10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)