summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/object.h4
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*);