Fix missing voice

This commit is contained in:
Jáchym Toušek
2018-03-08 22:42:02 +01:00
parent a221914c75
commit deb1c98bfb

View File

@@ -2392,6 +2392,7 @@ void main()
PlayVoice(3, "s19/02/990200035", 256); PlayVoice(3, "s19/02/990200035", 256);
OutputLine(NULL, "「じゃあ見てるだけ。見てるだけだよ…。", OutputLine(NULL, "「じゃあ見てるだけ。見てるだけだよ…。",
NULL, "\"Then I can just look. Just looking...", Line_WaitForInput); NULL, "\"Then I can just look. Just looking...", Line_WaitForInput);
PlayVoice(3, "s19/02/990200036", 256);
OutputLine(NULL, "それならいいよね。よね?」", OutputLine(NULL, "それならいいよね。よね?」",
NULL, " that should be fine, right? Right?\"", Line_Normal); NULL, " that should be fine, right? Right?\"", Line_Normal);
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }