From 48dcb969a6e7e71bdda8a1438be1e6c96ab28e4e Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 26 Nov 2024 17:38:48 +0100 Subject: close #19 --- 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 e80f195..3c3dbc8 100644 --- a/src/world.c +++ b/src/world.c @@ -130,9 +130,9 @@ static void world_create_connections(world* world) } } - if (source->connections.length == 0 && closest_loc != 0) { - array_push(&source->connections, &closest_loc); - } + //if (source->connections.length == 0 && closest_loc != 0) { + // array_push(&source->connections, &closest_loc); + //} } } -- cgit v1.2.3-70-g09d2