Allow skip on chapter preview

This commit is contained in:
Jáchym Toušek
2019-06-01 08:13:45 +02:00
parent 61a9789689
commit 4782e75cbd

View File

@@ -328,7 +328,7 @@ void Day15_3()
void ChapterPreview() void ChapterPreview()
{ {
SetValidityOfInput( FALSE ); // SetValidityOfInput( FALSE );
Wait( 200 ); Wait( 200 );
FadeOutBGM( 1, 300, FALSE ); 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 ); DrawBustshotWithFiltering(9, "scenario/description", "5", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 20, 1000, TRUE );
Wait( 200 ); Wait( 200 );
SetValidityOfInput( TRUE ); // SetValidityOfInput( TRUE );
ShowChapterPreview(); ShowChapterPreview();