diff options
| author | LeonarthCG <angel.cantos.giron@gmail.com> | 2021-06-21 11:01:34 +0200 |
|---|---|---|
| committer | LeonarthCG <angel.cantos.giron@gmail.com> | 2021-06-21 11:01:34 +0200 |
| commit | 59ca3b7be50dfd2c44b8dcc95fef583788fcc3ce (patch) | |
| tree | f4d85e31d0ca1a188762a3fee6366bf36e79d170 /include | |
| parent | 7abb984cc64c618c5efa8a3fad88206c3ebac7d3 (diff) | |
decompile object31 (frozenFlower)
Diffstat (limited to 'include')
| -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 145ae462..dc2b6b43 100644 --- a/include/object.h +++ b/include/object.h @@ -54,7 +54,7 @@ typedef enum { PUSHABLE_ROCK, HITTABLE_LEVER, OBJECT_30, - OBJECT_31, + FROZEN_FLOWER, PULLABLE_MUSHROOM, BOLLARD, WARP_POINT, @@ -250,7 +250,7 @@ extern void Smoke(Entity*); extern void PushableRock(Entity*); extern void HittableLever(Entity*); extern void Object30(Entity*); -extern void Object31(Entity*); +extern void FrozenFlower(Entity*); extern void PullableMushroom(Entity*); extern void Bollard(Entity*); extern void WarpPoint(Entity*); |
