summaryrefslogtreecommitdiff
path: root/src/object/objectE.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/objectE.c')
-rw-r--r--src/object/objectE.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/objectE.c b/src/object/objectE.c
index c5b05304..3f8319b8 100644
--- a/src/object/objectE.c
+++ b/src/object/objectE.c
@@ -13,7 +13,7 @@
void ObjectE(Entity* this) {
if (this->action == 0) {
this->action = 1;
- this->timer = 0x14;
+ this->timer = 20;
sub_08004168(this);
} else {
if (this->timer-- == 0) {