Remove duplicate ping sounds for controller...
in the Main Menu. For some reason, pressing B on the gamepad played the select sound twice.
This commit is contained in:
parent
68a3317536
commit
74f03692d2
|
@ -596,11 +596,15 @@ Public Class NewMainMenuScreen
|
|||
ButtonResetSave()
|
||||
End Select
|
||||
End If
|
||||
If Controls.Dismiss(False, True, True) Then
|
||||
If Controls.Dismiss(False, True, False) Then
|
||||
SoundManager.PlaySound("select")
|
||||
DismissProfile()
|
||||
_GameJoltButtonIndex = 0
|
||||
End If
|
||||
If Controls.Dismiss(False, False, True) Then
|
||||
DismissProfile()
|
||||
_GameJoltButtonIndex = 0
|
||||
End If
|
||||
' Try to load the GameJolt profile once the player has logged in.
|
||||
_MainProfiles(1).LoadGameJolt()
|
||||
End If
|
||||
|
|
Loading…
Reference in New Issue