Fix quotes (closes #83)
This commit is contained in:
@@ -468,8 +468,8 @@ void main()
|
|||||||
OutputLine(NULL, "私たちの給料が血税で支払われてることを思えば、",
|
OutputLine(NULL, "私たちの給料が血税で支払われてることを思えば、",
|
||||||
NULL, " Considering how our pay comes from the public's hard-earned taxes,", Line_ContinueAfterTyping);
|
NULL, " Considering how our pay comes from the public's hard-earned taxes,", Line_ContinueAfterTyping);
|
||||||
Wait (2800);
|
Wait (2800);
|
||||||
OutputLine(NULL, "まぁ時代の流れですかねぇ。\"」",
|
OutputLine(NULL, "まぁ時代の流れですかねぇ。」",
|
||||||
NULL, " it's the way of the times, I suppose.", Line_WaitForInput);
|
NULL, " it's the way of the times, I suppose.\"", Line_WaitForInput);
|
||||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||||
|
|
||||||
// 本当はすごく笑えないのだが、取り合えず笑い飛ばしておく¥
|
// 本当はすごく笑えないのだが、取り合えず笑い飛ばしておく¥
|
||||||
|
|||||||
Reference in New Issue
Block a user