Fix missing voices

This commit is contained in:
Jáchym Toušek
2017-04-17 09:44:51 +02:00
parent 053d50d38d
commit 254ade5b91
7 changed files with 3 additions and 4 deletions

View File

@@ -3358,7 +3358,7 @@ 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); // missing line
PlaySE(3, "s01/11/120700146", 256, 64);
OutputLine(NULL, " バラバラ殺人。」",
NULL, " The murder by dismemberment.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);