From 5b03b11020a39790b81a00cf5cae8f04bc4caffa Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 2 Oct 2023 11:51:45 -0600 Subject: Started using the level handler --- src/world.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index c34f17b..0148043 100644 --- a/src/world.c +++ b/src/world.c @@ -40,6 +40,8 @@ void freeWorld(World * world) { if (world->vacantIds != NULL) KF_FREE(world->vacantIds); + + world->entities = NULL; } // Not for direct use. -- cgit v1.2.3