Increase limit for long lines
This commit is contained in:
@@ -58,14 +58,9 @@ void main()
|
||||
|
||||
|
||||
// 警察と青年団で捜索を続けているが、遺書で自殺をほのめかした鬼ヶ淵沼は地元では底なし沼として知られており難航している¥
|
||||
if (AdvMode) {
|
||||
OutputLineAll("", NULL, Line_ContinueAfterTyping);
|
||||
OutputLine(NULL, " 警察と青年団で捜索を続けているが、遺書で自殺をほのめかした鬼ヶ淵沼は地元では底なし沼として知られており難航している。",
|
||||
NULL, "<size=-2>The police and local youth association continued the search. However, given the presence of the farewell message and the fact that the Onigafuchi marsh is said to be bottomless, they have run into difficulties.</size>", Line_Normal);
|
||||
} else {
|
||||
OutputLine(NULL, " 警察と青年団で捜索を続けているが、遺書で自殺をほのめかした鬼ヶ淵沼は地元では底なし沼として知られており難航している。",
|
||||
NULL, "The police and local youth association continued the search. However, given the presence of the farewell message and the fact that the Onigafuchi marsh is said to be bottomless, they have run into difficulties.", Line_Normal);
|
||||
}
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, " 警察と青年団で捜索を続けているが、遺書で自殺をほのめかした鬼ヶ淵沼は地元では底なし沼として知られており難航している。",
|
||||
NULL, "The police and local youth association continued the search. However, given the presence of the farewell message and the fact that the Onigafuchi marsh is said to be bottomless, they have run into difficulties.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
SetValidityOfInput( FALSE );
|
||||
|
||||
Reference in New Issue
Block a user