missing sound

This commit is contained in:
Norgus
2015-12-01 18:32:28 +00:00
parent 792aaa4b24
commit 8017ec31ef

View File

@@ -3358,9 +3358,9 @@ void main()
PlaySE(3, "s01/11/120700145", 256, 64);
OutputLine(NULL, "最初の事件、ご存知ですよね?",
NULL, " Do you know the first incident?", Line_WaitForInput);
PlaySE(3, "s01/11/120700146", 256, 64);
PlaySE(3, "s01/11/120700146", 256, 64); // missing line
OutputLine(NULL, " バラバラ殺人。」",
NULL, " The murder by dismemberment?\"", Line_WaitForInput);
NULL, " The murder by dismemberment.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);