Fix buggy first line of a script in ADV mode
This commit is contained in:
@@ -5,7 +5,6 @@ void main()
|
||||
int Line_ModeSpecific;
|
||||
if (AdvMode) {
|
||||
Line_ModeSpecific = Line_Normal;
|
||||
OutputLineAll(NULL, "", Line_ContinueAfterTyping);
|
||||
} else {
|
||||
Line_ModeSpecific = Line_WaitForInput;
|
||||
}
|
||||
@@ -27,6 +26,7 @@ void main()
|
||||
|
||||
//「興宮STより、3号どうぞ@3号どうぞ。@
|
||||
PlaySE(3, "s20/00/keijic44001", 128, 64);
|
||||
if (AdvMode) { OutputLine("興宮PS", NULL, "Okinomiya PS", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, "「興宮STより、3号どうぞ。",
|
||||
NULL, "\"This is Okinomiya Station, calling Unit 3.", Line_WaitForInput);
|
||||
OutputLine(NULL, "3号どうぞ。」",
|
||||
|
||||
Reference in New Issue
Block a user