Change volume for PS2 voices

This commit is contained in:
Jáchym Toušek
2019-08-20 06:30:52 +02:00
parent 27fa21b459
commit 6bb742cbfb
9 changed files with 10 additions and 10 deletions

View File

@@ -3753,7 +3753,7 @@ void main()
ModPlayVoiceLS(3, 11, "ps3/s01/11/120700145", 256, TRUE);
OutputLine(NULL, "最初の事件、ご存知ですよね?",
NULL, " Do you know the first incident?", Line_WaitForInput);
ModPlayVoiceLS(3, 11, "ps2/11/120700146", 256, TRUE);
ModPlayVoiceLS(3, 11, "ps2/11/120700146", 540, TRUE);
OutputLine(NULL, " バラバラ殺人。」",
NULL, " The murder by dismemberment.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }