typo fixes

#208
This commit is contained in:
Aurian
2024-04-06 02:14:44 +02:00
parent 9cc2529a51
commit 1b412a92a6
28 changed files with 61 additions and 78 deletions

View File

@@ -147,7 +147,7 @@ void main()
//どんなに視界内を探しても......レナは見つけられない@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " どんなに視界内を探しても……レナは見つけられない。",
NULL, "No matter how much I search through my field of vision... I couldn't see Rena.", GetGlobalFlag(GLinemodeSp));
NULL, "No matter how much I searched through my field of vision... I couldn't see Rena.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }