aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c6
1 files changed, 3 insertions, 3 deletions
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;
}