From 6df41190f249202e3832a3c7125be593099dcf32 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 May 2021 17:44:03 -0300 Subject: Fix a bug with responsive attribute --- game/options.rpy | 4 ++-- game/soul.rpy | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/game/options.rpy b/game/options.rpy index 0e90cc4..7a3675a 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -209,8 +209,6 @@ init python: build.classify('**.json', None) build.classify('**.diff', None) build.classify('**/editor*', None) - build.classify('game/tl/login.txt', None) - build.classify('game/tl/password.txt', None) build.classify('game/cache/**', None) build.classify('game/saves/**', None) build.classify('game/extra/**.png', None) @@ -219,6 +217,8 @@ init python: build.classify('game/extra/**.mp3', None) build.classify('game/extra/**.ogg', None) build.classify('game/gfx/assets/**', None) + build.classify('game/tl/login.txt', None) + build.classify('game/tl/password.txt', None) ## These should not even exist, be sure! build.classify('music.bak/**', None) diff --git a/game/soul.rpy b/game/soul.rpy index 9b2003b..e916b64 100644 --- a/game/soul.rpy +++ b/game/soul.rpy @@ -123,6 +123,7 @@ label thevoid: if responsive: sdelay() else: + responsive = True break hide loader with None if mySoul is not None: -- cgit v1.2.3-60-g2f50