Disabled hotkey bindings in _00E_FS_NQ02_Functions - not doing anything
This commit is contained in:
parent
7073fffd70
commit
4b2c781034
Binary file not shown.
@ -955,8 +955,8 @@ int Function Step01() ; place your bet
|
||||
GlobalBet = OpponentBet + PlayerBet
|
||||
_00E_FS_NQ02_PC_BetMessage.Show(PlayerBet, OpponentBet, GlobalBet)
|
||||
EnemyPurse.EnableNoWait(true)
|
||||
RegisterForKey(14) ; not doing anything?
|
||||
RegisterForKey(271)
|
||||
;RegisterForKey(14) ; not doing anything
|
||||
;RegisterForKey(271)
|
||||
Step02()
|
||||
Return PlayerBet
|
||||
EndFunction
|
||||
|
Loading…
Reference in New Issue
Block a user