mirror of https://github.com/zeldaret/tmc.git
Remove unused variable
This commit is contained in:
parent
0b448940d5
commit
9d7bc67c62
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue