summaryrefslogtreecommitdiff
path: root/src/object/object53.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2022-03-28 19:51:32 -0700
committertheo3 <arisstephenson2@gmail.com>2022-03-28 20:10:22 -0700
commit92240d43147dd36ed879ce1084f7ca6e35f1db96 (patch)
tree78a3119e1cd63d4f3333a3cade6cc622cdcb6db1 /src/object/object53.c
parent755571834d4fc0e21fdd45b065728c87574a3a07 (diff)
name remaining entity fields
Diffstat (limited to 'src/object/object53.c')
-rw-r--r--src/object/object53.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/object53.c b/src/object/object53.c
index 0e10371e..c4717fce 100644
--- a/src/object/object53.c
+++ b/src/object/object53.c
@@ -53,10 +53,10 @@ void sub_08091198(Entity* this) {
case 0xff:
break;
case 0xf:
- CreateFx(this, this->actionDelay, 0x80);
+ CreateFx(this, this->timer, 0x80);
break;
default:
- CreateObjectWithParent(this, this->type2, this->actionDelay, 0);
+ CreateObjectWithParent(this, this->type2, this->timer, 0);
break;
}