summaryrefslogtreecommitdiff
path: root/src/object/lavaPlatform.c
diff options
context:
space:
mode:
authorElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-22 00:00:57 +0100
committerElliptic Ellipsis <elliptic.ellipsis@gmail.com>2022-06-22 00:00:57 +0100
commit69568e03b0e717ec0e451cf753ebfde88c48e010 (patch)
tree522a315a27038d377d66338863abac1e6ba3fe26 /src/object/lavaPlatform.c
parent66fb42033db0e282339dd0bdb485dde0d1d4c26a (diff)
Should be the rest of them
Diffstat (limited to 'src/object/lavaPlatform.c')
-rw-r--r--src/object/lavaPlatform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/lavaPlatform.c b/src/object/lavaPlatform.c
index be0e619f..acf55a65 100644
--- a/src/object/lavaPlatform.c
+++ b/src/object/lavaPlatform.c
@@ -140,7 +140,7 @@ void LavaPlatform_Type1Action2(LavaPlatformEntity* this) {
if (LavaPlatform_IsPlayerOnPlatform(this)) {
super->action = 3;
super->flags &= ~ENT_COLLIDE;
- super->timer = 0x14;
+ super->timer = 20;
gPlayerState.field_0x3f = 0xfd;
}
}