RedirectToNormalVersion when using inter/tha
This commit is contained in:
commit
df685bcef6
63 changed files with 7842 additions and 1164 deletions
|
|
@ -458,7 +458,8 @@
|
|||
Var ButtonGameCountDown = 0
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
EndIf
|
||||
|
||||
SAVELOG "============================================================== 0"
|
||||
|
||||
DEBUGVAR ButtonGameCountDown
|
||||
|
||||
Var ButtonGamePressToPlayState = "Invisible"
|
||||
|
|
@ -468,6 +469,7 @@
|
|||
; BREW_CNT > 15 ( pre-time ) + 60 ( Game Time ) Game01Enable
|
||||
; BREW_CNT > 15 ( pre-time ) + 50 ( Game Time ) + 10 (Debound Time) Game01Enable
|
||||
|
||||
SAVELOG "============================================================== 1"
|
||||
If Game01Enable = 1 Then
|
||||
|
||||
If ButtonGameCountDownState = "Enable" Then
|
||||
|
|
@ -492,7 +494,9 @@
|
|||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
SAVELOG "============================================================== 2"
|
||||
DEBUGVAR adver_brewing_en
|
||||
Var adver_brewing_en = 1
|
||||
If adver_brewing_en = 1 Then
|
||||
Var adver_brewing_playing = 1
|
||||
Var adver_brewing_play_index = 2
|
||||
|
|
@ -1260,6 +1264,9 @@
|
|||
DEBUGVAR GetLidButtonCountDown
|
||||
EndIf
|
||||
|
||||
DEBUGVAR GetLidButtonState
|
||||
DEBUGVAR DoorLidSensorDetect
|
||||
|
||||
If DoorLidSensorDetect = "true" Then
|
||||
Var DoorLidSensorDetect = "-"
|
||||
Var GetLidButtonState = "Invisible"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue