aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-23 23:56:36 +0000
committernathan <nathansmith@disroot.org>2025-12-23 23:56:36 +0000
commita5443e22bfce9ac00fdc6e746e17eb4aa68565f2 (patch)
tree8e38ce63353df35c0ff7a8f42c8c6f85fe169247 /src/entity.c
parentbdeb4f943fc351daeec22b4ef71d551342dc5a01 (diff)
downloadFindThings-a5443e22bfce9ac00fdc6e746e17eb4aa68565f2.tar.gz
FindThings-a5443e22bfce9ac00fdc6e746e17eb4aa68565f2.tar.bz2
FindThings-a5443e22bfce9ac00fdc6e746e17eb4aa68565f2.zip
More menu shit
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c
index bcb7735..e25cc90 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -30,7 +30,6 @@ Entity createEntity(EntityId id, Vector3 position)
{
Entity entity;
entity.id = id;
- entity.state = ENTITY_DEFAULT_STATE;
entity.data = NULL;
// Run init callback.