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

@@ -19,7 +19,7 @@ void main()
//「興宮STより、3号どうぞ@3号どうぞ。@
ClearMessage();
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>興宮PS</color>", NULL, "<color=#f5e6d3>Okinomiya PS</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 0, "ps2/00/keijic44001", 256, TRUE);
ModPlayVoiceLS(3, 0, "ps2/00/keijic44001", 540, TRUE);
OutputLine(NULL, "「興宮STより、3号どうぞ。",
NULL, "\"This is Okinomiya Station, calling Unit 3.", Line_Continue);
Wait( 900 );