Remove unused variable

This commit is contained in:
Tal Hayon 2022-01-09 06:16:37 +02:00
parent 0b448940d5
commit 9d7bc67c62
1 changed files with 0 additions and 1 deletions

View File

@ -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) {