Merge pull request #26 from enumag/patch-6

Fixed day 14 - part 2
This commit is contained in:
Ítalo Bruno Andrade
2015-06-12 13:17:00 -03:00

View File

@@ -3326,9 +3326,9 @@ void main()
// レナは!s500............!sd両親が不在であることを!s500.........!sd知っている // レナは!s500............!sd両親が不在であることを!s500.........!sd知っている
OutputLine(NULL, " レナは…………", OutputLine(NULL, " レナは…………",
NULL, "Rena...", Line_Normal); NULL, "Rena...", Line_WaitForInput);
OutputLine(NULL, "両親が不在であることを………", OutputLine(NULL, "両親が不在であることを………",
NULL, " Did she...", Line_Normal); NULL, " Did she...", Line_WaitForInput);
OutputLine(NULL, "知っている?", OutputLine(NULL, "知っている?",
NULL, " Did she know that my parents weren't home?", Line_WaitForInput); NULL, " Did she know that my parents weren't home?", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);