From 19613beec65e3bf4c1fbdc8116657b2668465cf4 Mon Sep 17 00:00:00 2001 From: drojf Date: Tue, 22 Sep 2020 21:48:35 +1000 Subject: [PATCH] Fix indentation error --- Update/onik_tips_03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_tips_03.txt b/Update/onik_tips_03.txt index 36fdd8c..3f93d25 100644 --- a/Update/onik_tips_03.txt +++ b/Update/onik_tips_03.txt @@ -212,7 +212,7 @@ void main() OutputLine(NULL, "「あー、諸君らの楽しい想像をぶち壊すようで悪いが、うちは金持ちでも貧乏でもないぞ。", NULL, "\"Yeah, sorry for ruining your imagination, but we aren't millionaires or poor.", Line_Continue); Wait( 4200 ); - OutputLine(NULL, "極めて平均的な普通の家庭だ。」", + OutputLine(NULL, "極めて平均的な普通の家庭だ。」", NULL, " We're the image of a normal, average household.\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }