Skip to content

Commit

Permalink
Fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
andOlga committed May 2, 2024
1 parent f22c4ea commit f7a5a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/onik_014.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ void main()
NULL, "\"Well then, hope you make it to regionals, at least.", Line_WaitForInput);
ModPlayVoiceLS(3, 3, "ps3/s01/03/120300136", 256, TRUE);
OutputLine(NULL, "おじさん、応援してるわ。",
NULL, " This old man will cheer you on., GetGlobalFlag(GLinemodeSp));
NULL, " This old man will cheer you on.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

// DisableWindow();
Expand Down

0 comments on commit f7a5a7b

Please sign in to comment.