From a67243c9c0ab9b5b193d0d794a48f92f24df7f2c Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sat, 18 Nov 2023 05:05:21 +0100 Subject: [PATCH] Cleanup following f573db7 (on the renpy repo) --- game/scripts/interface/book.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/scripts/interface/book.rpy b/game/scripts/interface/book.rpy index d97b23be..cdacfea4 100644 --- a/game/scripts/interface/book.rpy +++ b/game/scripts/interface/book.rpy @@ -140,8 +140,7 @@ screen book_menu(book=None): add "interface/book/book_open.webp" default page_title = None - # on "show" action book.Open() # sets up all the screen variables we want, including page_title which serves as a trigger - timer 0.00000000001 action book.Open() # sets up all the screen variables we want, including page_title which serves as a trigger + on "show" action book.Open() # sets up all the screen variables we want, including page_title which serves as a trigger if page_title is not None: