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;
|
||||
}
|
||||
@@ -22,6 +21,7 @@ void main()
|
||||
PlayBGM( 1, "msys11", 128, 0 );
|
||||
|
||||
// 俺と悟史が...何だって@
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, " 俺と悟史が…何だって?",
|
||||
NULL, "Satoshi and I... had what?", Line_ModeSpecific);
|
||||
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user