Increase limit for long lines
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user