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

@@ -1487,10 +1487,9 @@ void main()
//「…えぇと、どんなの@ どんなの?!s200……………!sd/
PlaySE(3, "s19/02/990200331", 256, 64);
OutputLine(NULL, "「…えぇと、どんなの?",
NULL, "\"...Um, what is it?", Line_ContinueAfterTyping);
NULL, "\"...Um, what is it?", Line_WaitForInput);
//!s200
Wait( 200 );
PlaySE(3, "s19/02/990200332", 256, 64);
OutputLine(NULL, " どんなの?",
NULL, " What is it?", Line_ContinueAfterTyping);