diff options
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);
+ //}
}
}
|
