From c46dd9c0c14c211801f9ead3e7da735b4dde4711 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Mon, 11 Nov 2019 11:27:06 +0100 Subject: Basic fix... --- src/world.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/world.rs b/src/world.rs index 60ca096..fe54a38 100644 --- a/src/world.rs +++ b/src/world.rs @@ -271,12 +271,12 @@ impl GameWorld for World { room.tile(&mut grid).unwrap(); } - for room in &self.world { - // Find the nearest room. - let distances = self.room_distances(room.center); - let nearest_room = &self.world[distances[1].0]; - let mut corridor_start: (usize, usize); - } + // for room in &self.world { + // // Find the nearest room. + // let distances = self.room_distances(room.center); + // let nearest_room = &self.world[distances[1].0]; + // let mut corridor_start: (usize, usize); + // } grid } -- cgit v1.2.3