Forgot to change this number

This commit is contained in:
JappaWakka 2022-06-03 20:41:08 +02:00
parent 0f0ad57a4f
commit e0d81272e2
1 changed files with 1 additions and 1 deletions

View File

@ -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