From 4782e75cbd41474cf8349213f89a86b421497148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Sat, 1 Jun 2019 08:13:45 +0200 Subject: [PATCH] Allow skip on chapter preview --- Update/flow.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update/flow.txt b/Update/flow.txt index 792ed7c..7520bc6 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -328,7 +328,7 @@ void Day15_3() void ChapterPreview() { - SetValidityOfInput( FALSE ); + // SetValidityOfInput( FALSE ); Wait( 200 ); FadeOutBGM( 1, 300, FALSE ); @@ -351,7 +351,7 @@ void ChapterPreview() DrawBustshotWithFiltering(9, "scenario/description", "5", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 20, 1000, TRUE ); Wait( 200 ); - SetValidityOfInput( TRUE ); + // SetValidityOfInput( TRUE ); ShowChapterPreview();