From 3b8089936bf55c8ca62e80f66f9a413a39177995 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 12 Oct 2025 01:04:19 -0600 Subject: Adding item list --- src/world.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 42e3488..6901afe 100644 --- a/src/world.c +++ b/src/world.c @@ -720,9 +720,9 @@ Seed generateWorldCharacters(World* world, Seed seed, WorldUID start) { WorldUID index = start; - Entity ron = createEntity(RON, Vector3Scale(world->size, 0.5)); - placeEntityOnGround(&ron, world); - world->entities[index] = ron; + /* Entity ron = createEntity(RON, Vector3Scale(world->size, 0.5)); */ + /* placeEntityOnGround(&ron, world); */ + /* world->entities[index] = ron; */ return seed; } -- cgit v1.2.3