From e6f051d7df2905fe188f29b903b92cc0221925d0 Mon Sep 17 00:00:00 2001 From: Aurian Date: Fri, 18 May 2018 09:01:30 +0200 Subject: [PATCH] fixed typo that made a ps3 sprite appear --- Update/onik_004.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/onik_004.txt b/Update/onik_004.txt index b91a6d2..c9c69e9 100644 --- a/Update/onik_004.txt +++ b/Update/onik_004.txt @@ -2860,7 +2860,7 @@ void main() ClearMessage(); DisableWindow(); - ModDrawCharacter(3, 3, "sprite/normal/me3_tokui_a1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 400, TRUE ); + ModDrawCharacter(3, 3, "sprite/normal/me3_tokui_a1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 400, TRUE ); //「はいはい@急いで着替えないとね~@次の授業に遅れんなよ~!@ if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); }