Fix typo: "one of discarded cards" -> "one of the discarded cards"

This commit is contained in:
Daniel Wong
2021-12-21 17:45:37 +11:00
parent 62ea4a99d7
commit c5c48818bb

View File

@@ -2212,7 +2212,7 @@ void main()
NULL, "\"So that means...", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s19/01/hr_kei03400", 256, TRUE);
OutputLine(NULL, "……魅音は捨て札を1枚拾って…左のカードに重ねている…つまりッ!!!」",
NULL, " Mion pocketed one of discarded cards... then aligned it over the left card... and that means—!!!\"", GetGlobalFlag(GLinemodeSp));
NULL, " Mion pocketed one of the discarded cards... then aligned it over the left card... and that means—!!!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }