diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-26 17:38:48 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-26 17:38:48 +0100 |
| commit | 48dcb969a6e7e71bdda8a1438be1e6c96ab28e4e (patch) | |
| tree | 7194f8aa9e2e062d05e572ca8e3e2d1a36e726aa /src/world.c | |
| parent | 513d08bd13609a9baaa77e8dc75ed88f0b73cfcf (diff) | |
close #19
Diffstat (limited to 'src/world.c')
| -rw-r--r-- | src/world.c | 6 |
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);
+ //}
}
}
|
