DO
This commit is contained in:
parent
fcdc080d58
commit
a2651aa6eb
2 changed files with 3 additions and 3 deletions
|
|
@ -1047,7 +1047,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;SAVELOG MachineStage
|
DEBUGVAR MachineStage
|
||||||
;SAVELOG CountDownShowButton
|
;SAVELOG CountDownShowButton
|
||||||
;SAVELOG ShowButtonClickFull
|
;SAVELOG ShowButtonClickFull
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue