summaryrefslogtreecommitdiff
path: root/include/object.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-12-14 23:31:27 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-14 23:31:27 -0800
commit34e69959df548688ef8535eb4cab18e5a53992a8 (patch)
treed5a822be15b8f06323912e90ad2a25746b47b76e /include/object.h
parent83fc0285020c456beb809d9918515ad1c1c73245 (diff)
cleanup
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/object.h b/include/object.h
index dc2b6b43..029a88b2 100644
--- a/include/object.h
+++ b/include/object.h
@@ -11,7 +11,7 @@ typedef enum {
BUTTON,
OBJECT_4,
POT,
- OBJECT_6,
+ EZLO_CAP,
PUSHED_BLOCK,
LOCKED_DOOR,
OBJECT_9,
@@ -207,7 +207,7 @@ extern void ItemForSale(Entity*);
extern void Button(Entity*);
extern void Object4(Entity*);
extern void Pot(Entity*);
-extern void Object6(Entity*);
+extern void EzloCap(Entity*);
extern void BlockPushed(Entity*);
extern void LockedDoor(Entity*);
extern void Object9(Entity*);