Fix missing voice
This commit is contained in:
@@ -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); }
|
||||||
|
|||||||
Reference in New Issue
Block a user