Allow skip on chapter preview
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user