From 082986e4b7d1c05ad6ee36124c55d4896ef16554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Fri, 12 Jun 2015 18:16:14 +0200 Subject: [PATCH] Fixed day 14 - part 2 --- Update/onik_014_02.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update/onik_014_02.txt b/Update/onik_014_02.txt index f9b45c1..fe48e77 100644 --- a/Update/onik_014_02.txt +++ b/Update/onik_014_02.txt @@ -3326,9 +3326,9 @@ void main() // レナは!s500............!sd両親が不在であることを!s500.........!sd知っている@ OutputLine(NULL, " レナは…………", - NULL, "Rena...", Line_Normal); + NULL, "Rena...", Line_WaitForInput); OutputLine(NULL, "両親が不在であることを………", - NULL, " Did she...", Line_Normal); + NULL, " Did she...", Line_WaitForInput); OutputLine(NULL, "知っている?", NULL, " Did she know that my parents weren't home?", Line_WaitForInput); OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);