Skip to content

Commit

Permalink
wata_ep_02 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s485lee committed Nov 1, 2024
1 parent 56d9c4b commit 632ae2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ void main()
// ...ベランダの下には詩音が突き落とされていたので、魅音の犯行に違いないと@...こうなったらしい¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …ベランダの下には詩音が突き落とされていたので、魅音の犯行に違いないと、",
NULL, "...베란다 아래에는 시온이 추락해 있었기에, 미온이 범행이 틀림없다, ", Line_WaitForInput);
NULL, "...베란다 아래에는 시온이 추락해 있었기에, 미온의 범행이 틀림없다, ", Line_WaitForInput);
OutputLine(NULL, "…こうなったらしい。",
NULL, "...그런 결말이 되었다. ", Line_Normal);
ClearMessage();
Expand Down

0 comments on commit 632ae2b

Please sign in to comment.