summaryrefslogtreecommitdiff
path: root/dungeon/src/map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dungeon/src/map.rs')
-rw-r--r--dungeon/src/map.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dungeon/src/map.rs b/dungeon/src/map.rs
index eda467c..9e43faf 100644
--- a/dungeon/src/map.rs
+++ b/dungeon/src/map.rs
@@ -43,6 +43,8 @@ impl Tile {
pub fn is_wall(self) -> bool {
self == Self::Wall
}
+
+ // Index by u16
}
impl Default for Tile {
fn default() -> Self {