This commit is contained in:
kong 2023-09-22 13:29:50 +07:00
parent fcdc080d58
commit a2651aa6eb
2 changed files with 3 additions and 3 deletions

View file

@ -1047,7 +1047,7 @@
;SAVELOG MachineStage DEBUGVAR MachineStage
;SAVELOG CountDownShowButton ;SAVELOG CountDownShowButton
;SAVELOG ShowButtonClickFull ;SAVELOG ShowButtonClickFull

View file

@ -717,11 +717,11 @@
Var Timeout = Timeout + 1 Var Timeout = Timeout + 1
If Timeout < 3 Then If Timeout < 2 Then
If Game01Enable = 0 Then If Game01Enable = 0 Then
If game_mode_enable = "true" Then If game_mode_enable = "true" Then
If BREW_CNT > 75 Then If BREW_CNT > 75 Then
SAVELOG "Button game enable from EventTimeout"
Var Game01Enable = 1 Var Game01Enable = 1
Var ButtonGameCountDownState = "Invisible" Var ButtonGameCountDownState = "Invisible"
Var ButtonGamePressToPlayState = "Enable" Var ButtonGamePressToPlayState = "Enable"