Fix cut voices
This commit is contained in:
@@ -1223,7 +1223,6 @@ void main()
|
||||
|
||||
Wait( 300 );
|
||||
|
||||
PlaySE(3, "s19/02/500200521", 256, 64);
|
||||
OutputLine(NULL, "…かな!」",
|
||||
NULL, " ...I guess!\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -1905,11 +1904,7 @@ void main()
|
||||
//「ぼぅ、暴力反対ですのー!!!w600 証拠もないのにぃ~!!@
|
||||
PlaySE(3, "s19/04/990400008", 256, 64);
|
||||
OutputLine(NULL, "「ぼぅ、暴力反対ですのー!!",
|
||||
NULL, "\"I-I'm against violence!!", Line_ContinueAfterTyping);
|
||||
|
||||
SetValidityOfInput( FALSE );
|
||||
Wait( 600 );
|
||||
SetValidityOfInput( TRUE );
|
||||
NULL, "\"I-I'm against violence!!", Line_WaitForInput);;
|
||||
|
||||
PlaySE(3, "s19/04/990400009", 256, 64);
|
||||
OutputLine(NULL, " 証拠もないのにぃ〜!!」",
|
||||
@@ -2077,11 +2072,7 @@ void main()
|
||||
//「...ひぅ!!w500 ...だってだって...こんなにかぁいいよぅ?@
|
||||
PlaySE(3, "s19/02/990200033", 256, 64);
|
||||
OutputLine(NULL, "「…ひぅ!",
|
||||
NULL, "\"...Huu!", Line_ContinueAfterTyping);
|
||||
|
||||
SetValidityOfInput( FALSE );
|
||||
Wait( 500 );
|
||||
SetValidityOfInput( TRUE );
|
||||
NULL, "\"...Huu!", Line_WaitForInput);
|
||||
|
||||
PlaySE(3, "s19/02/990200034", 256, 64);
|
||||
OutputLine(NULL, " …だってだって…こんなにかぁいいよぅ?」",
|
||||
|
||||
Reference in New Issue
Block a user