Add support for multi-character lines

This commit is contained in:
Jáchym Toušek
2017-06-01 21:25:45 +02:00
parent 8cd0909a7f
commit 437b1268e9
5 changed files with 8 additions and 8 deletions

View File

@@ -3146,7 +3146,7 @@ void main()
PlaySE( 6, "s19/05/990500011", 300, 64 );
PlaySE( 7, "s19/04/990400017", 300, 64 );
PlaySE( 8, "s19/01/hr_kei00790_01", 300, 64 );
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>圭一たち</color>", NULL, "<color=#f5e6d3>Keiichi and others</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「いっただきま〜す!!」",
NULL, "\"Let's eat!!\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }