From 96c509b9492b1371221478c3b9b80fb0ef91a02f Mon Sep 17 00:00:00 2001 From: Tom Hodder Date: Thu, 4 Jan 2018 10:44:31 +0000 Subject: [PATCH] public class RadioTower extends GameObject implements Programmable, Updatable { private static final int MAP_INFO = 0x1000; --- Hardware:-LiDAR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware:-LiDAR.md b/Hardware:-LiDAR.md index 37d92eb..261b01b 100644 --- a/Hardware:-LiDAR.md +++ b/Hardware:-LiDAR.md @@ -27,7 +27,7 @@ Each tile is is encoded as a bit field: `1000 0000 0000 0000` (`0x8000`) : Blocked (wall) tile `0100 0000 0000 0000` (`0x4000`) : Biomass `0010 0000 0000 0000` (`0x2000`) : Factory -`0001 0000 0000 0000` (`0x1000`) : +`0001 0000 0000 0000` (`0x1000`) : Radio Tower `0000 1000 0000 0000` (`0x0800`) : `0000 0100 0000 0000` (`0x0400`) : `0000 0010 0000 0000` (`0x0200`) : Iron tile