Skip to content

Commit

Permalink
Fix typo (missing 'to')
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Mar 21, 2024
1 parent e4610f7 commit 8bf1994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/_mats_014.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ void main()
Wait( 800 );
SetValidityOfInput( TRUE );
OutputLine(NULL, "…今の段階で大石たち警察はまずい。",
NULL, " but it's too early for Ooishi from the police department get involved.", GetGlobalFlag(GLinemodeSp));
NULL, " but it's too early for Ooishi from the police department to get involved.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
Expand Down

0 comments on commit 8bf1994

Please sign in to comment.