From 9c0197cfc04d0cf84e83fc48a54a98de7e930d61 Mon Sep 17 00:00:00 2001 From: Lotusotho <69006987+lotusotho@users.noreply.github.com> Date: Thu, 4 Feb 2021 22:40:02 +0100 Subject: [PATCH] Deleted bool I created before --- source/DialogueBox.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/DialogueBox.hx b/source/DialogueBox.hx index ca3a5282f..184ad4dbd 100644 --- a/source/DialogueBox.hx +++ b/source/DialogueBox.hx @@ -33,8 +33,6 @@ class DialogueBox extends FlxSpriteGroup var handSelect:FlxSprite; var bgFade:FlxSprite; - - var firstDialogue:Bool = true; public function new(talkingRight:Bool = true, ?dialogueList:Array) {