MYS: fix coconut text & add promotion free topping oreo
This commit is contained in:
parent
87de5ee4ec
commit
4a989506e0
14 changed files with 96 additions and 25 deletions
|
|
@ -45,6 +45,11 @@ DEBUGVAR CurrentTotalCupInt
|
|||
Var XMLLiveInfoEnable = 1
|
||||
; xml verson 8.72
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Var XMLLiveInfoEnable = 0
|
||||
EndIf
|
||||
|
||||
|
||||
If XMLLiveInfoEnable = 0 Then
|
||||
Var showMultiAds = "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -464,6 +464,10 @@
|
|||
If show_eng = "true" Then
|
||||
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw.mp3"
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw_without_change.m4a"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
Var PlaySoundStraw = "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Straw_without_change.m4a"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue