AUS: update currency
This commit is contained in:
parent
38e4f5eb49
commit
a4f13be9ef
7 changed files with 28 additions and 9 deletions
|
|
@ -449,6 +449,7 @@
|
|||
DEBUGVAR Seeker
|
||||
If game_mode_enable = "true" Then
|
||||
|
||||
CheckApp "com.NDF.taobin" GameInstalled
|
||||
|
||||
DEBUGVAR GameInstalled
|
||||
|
||||
|
|
@ -721,14 +722,15 @@
|
|||
Var Timeout = Timeout + 1
|
||||
|
||||
If Timeout < 2 Then
|
||||
If Game01Enable = 0 Then
|
||||
If game_mode_enable = "true" Then
|
||||
If BREW_CNT > 75 Then
|
||||
SAVELOG "Button game enable from EventTimeout"
|
||||
Var Game01Enable = 1
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Enable"
|
||||
|
||||
If GameInstalled = "true" Then
|
||||
If Game01Enable = 0 Then
|
||||
If game_mode_enable = "true" Then
|
||||
If BREW_CNT > 75 Then
|
||||
SAVELOG "Button game enable from EventTimeout"
|
||||
Var Game01Enable = 1
|
||||
Var ButtonGameCountDownState = "Invisible"
|
||||
Var ButtonGamePressToPlayState = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue