diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-16 17:41:35 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-18 20:48:58 +0100 |
| commit | 0aebbae239abcfcd2dce4423a6caa1a706a04f41 (patch) | |
| tree | e2dba3de9ef8510fa747858e7a61e1a188d327fd /src/object/lavaPlatform.c | |
| parent | a448d222983a89d0a75ac15993db5e01fb5f5359 (diff) | |
Decompile BossDoor
Diffstat (limited to 'src/object/lavaPlatform.c')
| -rw-r--r-- | src/object/lavaPlatform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/lavaPlatform.c b/src/object/lavaPlatform.c index 9fc23de9..dbe5856e 100644 --- a/src/object/lavaPlatform.c +++ b/src/object/lavaPlatform.c @@ -14,7 +14,7 @@ typedef struct { /*0x00*/ Entity base; /*0x68*/ u8 unk_68[8]; /*0x70*/ u16 timer; - /*0x72*/ u16 wobbleTime; /**< Time the player can stand on the platform. */ + /*0x72*/ u16 wobbleTime; /**< Time the player can stand on the platform. */ /*0x74*/ u16 respawnTime; /**< Time until the platform respawns after it has sunk. */ /*0x76*/ u16 unk_76; /*0x78*/ Entity* unk_78; // Typed same as second argument of sub_080A2CC0 |
