summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/to_clt/env.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/to_clt/env.rs b/src/to_clt/env.rs
index 4b035e2..cce7696 100644
--- a/src/to_clt/env.rs
+++ b/src/to_clt/env.rs
@@ -166,6 +166,10 @@ pub enum MapBlockFlag {
pub const ALWAYS_LIT_FROM: u16 = 0xf000;
+pub const CONTENT_UNKNOWN: u16 = 125;
+pub const CONTENT_AIR: u16 = 126;
+pub const CONTENT_IGNORE: u16 = 127;
+
#[mt_derive(to = "clt")]
pub struct MapBlock {
pub flags: EnumSet<MapBlockFlag>,