From 9d7bc67c625cb2b48e7d1a214606d16dbf44d855 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Sun, 9 Jan 2022 06:16:37 +0200 Subject: [PATCH] Remove unused variable --- src/object/barrelInside.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/object/barrelInside.c b/src/object/barrelInside.c index a235f4f5..4448f9d2 100644 --- a/src/object/barrelInside.c +++ b/src/object/barrelInside.c @@ -19,7 +19,6 @@ void BarrelInside(Entity* this) { if (this->type == 4) { if (--this->actionDelay == 0) { - u32 tmp; this->actionDelay = 0x10; this->frameIndex = gUnk_08120C92[this->field_0xf++]; if (this->field_0xf == 3) {