Forgot to change this number
This commit is contained in:
parent
0f0ad57a4f
commit
e0d81272e2
|
@ -524,7 +524,7 @@ Public Class NewMainMenuScreen
|
|||
If Controls.Up(True, True, False) Then
|
||||
_GameJoltButtonIndex -= 1
|
||||
End If
|
||||
_GameJoltButtonIndex = Clamp(_GameJoltButtonIndex, 0, 3)
|
||||
_GameJoltButtonIndex = Clamp(_GameJoltButtonIndex, 0, 4)
|
||||
End If
|
||||
End If
|
||||
|
||||
|
|
Loading…
Reference in New Issue