summaryrefslogtreecommitdiff
path: root/src/world.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-26 17:38:48 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-26 17:38:48 +0100
commit48dcb969a6e7e71bdda8a1438be1e6c96ab28e4e (patch)
tree7194f8aa9e2e062d05e572ca8e3e2d1a36e726aa /src/world.c
parent513d08bd13609a9baaa77e8dc75ed88f0b73cfcf (diff)
close #19
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 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);
+ //}
}
}