Skip to content

Commit

Permalink
Enable user input in prologue
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jul 15, 2017
1 parent 0c1adbe commit 81bb74b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Update/wata_001.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void main()
FadeOutBGM( 2, 1000, TRUE );

DisableWindow();
SetValidityOfInput( FALSE );
DrawScene( "black", 3000 );
PlayBGM( 1, "msys12", 128, 0 );
DrawScene( "si_Watanagasi", 1000 );
Expand All @@ -46,7 +45,6 @@ void main()

DisableWindow();
DrawScene( "black", 1000 );
SetValidityOfInput( TRUE );
FadeOutBGM( 1, 1000, FALSE );
FadeOutBGM( 2, 1000, TRUE );

Expand Down

0 comments on commit 81bb74b

Please sign in to comment.