diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-22 23:15:13 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-22 23:15:13 +0100 |
| commit | 4df984bcf707a0855cf5cbecabf9c3630e60c450 (patch) | |
| tree | e0cf06834890f9d1db35305ecd95b1d6844707b3 /include/object.h | |
| parent | 62b8e59af1726c8fdf3b479732f84bf9cf02c180 (diff) | |
Decompile CrenelBeanSprout
Diffstat (limited to 'include/object.h')
| -rw-r--r-- | include/object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/object.h b/include/object.h index 96637608..83933d73 100644 --- a/include/object.h +++ b/include/object.h @@ -137,7 +137,7 @@ typedef enum { OBJECT_68, OBJECT_69, OBJECT_6A, - CRENAL_BEAN_SPROUT, + CRENEL_BEAN_SPROUT, MINECART_DOOR, OBJECT_ON_PILLAR, MINERAL_WATER_SOURCE, @@ -333,7 +333,7 @@ void Object67(Entity*); void Object68(Entity*); void Object69(Entity*); void Object6A(Entity*); -void CrenalBeanSprout(Entity*); +void CrenelBeanSprout(); void MinecartDoor(Entity*); void ObjectOnPillar(); void MineralWaterSource(Entity*); |
