summaryrefslogtreecommitdiff
path: root/src/object/pullableLever.c
diff options
context:
space:
mode:
authorElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-21 23:32:13 +0100
committerElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-21 23:32:13 +0100
commit66fb42033db0e282339dd0bdb485dde0d1d4c26a (patch)
treeca31c5c86e120442e5b52a34dc2988b594fb1c74 /src/object/pullableLever.c
parentca06566e2f5ad17936951eacb08a6b6d919736fb (diff)
Even more
Diffstat (limited to 'src/object/pullableLever.c')
-rw-r--r--src/object/pullableLever.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/pullableLever.c b/src/object/pullableLever.c
index e3c762e4..59bdfc9a 100644
--- a/src/object/pullableLever.c
+++ b/src/object/pullableLever.c
@@ -229,7 +229,7 @@ void sub_0809153C(PullableLeverEntity* this) {
SetFlag(this->pulledFlag);
} else {
if (--super->subtimer == 0) {
- super->subtimer = 0x10;
+ super->subtimer = 16;
EnqueueSFX(SFX_10F);
}
}