Increase limit for long lines

This commit is contained in:
Jáchym Toušek
2017-05-20 18:43:51 +02:00
parent 8c829670b4
commit c2d8dda052
16 changed files with 83 additions and 125 deletions

View File

@@ -35,10 +35,9 @@ void main()
// 県立白川自然公園内の展望台から27m下の渓流へ転落、行方不明になった@
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " XX日午後2時頃、鹿骨市雛見沢村X丁目、会社員XXXさんと妻XXXXさんが、",
NULL, "On the afternoon of XX at 2PM, office employee XXXX and his wife XXXX of Hinamizawa village in Shishibone prefecture ", Line_ModeSpecific);
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
NULL, "On the afternoon of XX at 2PM, office employee XXXX and his wife XXXX of Hinamizawa village in Shishibone prefecture", Line_WaitForInput);
OutputLine(NULL, " 県立白川自然公園内の展望台から27m下の渓流へ転落、行方不明になった。",
NULL, "disappeared after falling 27 meters from the observatory platform in Shirakawa prefecture.", Line_ModeSpecific);
NULL, " disappeared after falling 27 meters from the observatory platform in Shirakawa prefecture.", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }