Fix cut voices

This commit is contained in:
Jáchym Toušek
2017-07-13 23:20:42 +02:00
parent 39a44c8fbd
commit 180d04d8fb
10 changed files with 19 additions and 52 deletions

View File

@@ -3106,11 +3106,8 @@ void main()
SetValidityOfInput( TRUE );
OutputLine(NULL, "あのね!",
NULL, " well...", Line_ContinueAfterTyping);
NULL, " well...", Line_WaitForInput);
SetValidityOfInput( FALSE );
Wait( 200 );
SetValidityOfInput( TRUE );
PlaySE(3, "s01/02/120200221", 256, 64);
OutputLine(NULL, " ど、どうしてバットなんか持ってるのかな。",
NULL, " Wh-Why do you have a bat, I wonder...", Line_ContinueAfterTyping);