diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-23 23:56:36 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-23 23:56:36 +0000 |
| commit | a5443e22bfce9ac00fdc6e746e17eb4aa68565f2 (patch) | |
| tree | 8e38ce63353df35c0ff7a8f42c8c6f85fe169247 /src/entity.h | |
| parent | bdeb4f943fc351daeec22b4ef71d551342dc5a01 (diff) | |
| download | FindThings-a5443e22bfce9ac00fdc6e746e17eb4aa68565f2.tar.gz FindThings-a5443e22bfce9ac00fdc6e746e17eb4aa68565f2.tar.bz2 FindThings-a5443e22bfce9ac00fdc6e746e17eb4aa68565f2.zip | |
More menu shit
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/entity.h b/src/entity.h index 9d6bf9a..2391762 100644 --- a/src/entity.h +++ b/src/entity.h @@ -12,10 +12,8 @@ #define INTERACTION_MENU_MAX 9 #define INTERACTION_LABEL_MAX 32 #define INTERACTION_CHAT_MAX 256 -#define ENTITY_DEFAULT_STATE -1 typedef int8_t EntityId; -typedef int16_t EntityState; typedef enum InteractionCommand InteractionCommand; typedef enum Selection Selection; @@ -65,7 +63,6 @@ struct Entity { EntityId id; Vector3 position; // Shouldnt be changed directly. BoundingBox box; - EntityState state; void* data; }; |
