diff --git a/game/screens.rpy b/game/screens.rpy index 813c71e..3712abd 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -860,7 +860,7 @@ screen file_slots(title, flag=False): for page in range(1, 10): textbutton "[page]" activate_sound "audio/ui/uiClick.wav" action FilePage(page) - textbutton _(">") activate_sound "audio/ui/uiRollover.wav" action FilePageNext() + textbutton _(">") activate_sound "audio/ui/uiRollover.wav" action FilePageNext(max=9) style page_label is gui_label