Skip to content

Commit 81bb74b

Browse files
committed
Enable user input in prologue
1 parent 0c1adbe commit 81bb74b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Update/wata_001.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ void main()
1919
FadeOutBGM( 2, 1000, TRUE );
2020

2121
DisableWindow();
22-
SetValidityOfInput( FALSE );
2322
DrawScene( "black", 3000 );
2423
PlayBGM( 1, "msys12", 128, 0 );
2524
DrawScene( "si_Watanagasi", 1000 );
@@ -46,7 +45,6 @@ void main()
4645

4746
DisableWindow();
4847
DrawScene( "black", 1000 );
49-
SetValidityOfInput( TRUE );
5048
FadeOutBGM( 1, 1000, FALSE );
5149
FadeOutBGM( 2, 1000, TRUE );
5250

0 commit comments

Comments
 (0)