From 4cce755c7ff3dd80700ef2d6af7e21a07f4de635 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 20 Jun 2022 19:45:05 +0100 Subject: [PATCH] Re-enable screen prediction --- game/scripts/options.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 518d7176..8ea81917 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -81,8 +81,8 @@ define config.debug_image_cache = False define config.mipmap_movies = (not renpy.android) define config.mipmap_text = (not renpy.android) define config.mipmap_dissolves = (not renpy.android) -define config.predict_screen_statements = False -define config.predict_screens = False +# define config.predict_screen_statements = False +# define config.predict_screens = False # Disable automatic image scanning define config.automatic_images = None