From ab2703a3e7cfd81d15463028fd01bd691b9e43f3 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Mon, 13 Feb 2023 14:17:51 +0100 Subject: Add content constants --- src/to_clt/env.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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, -- cgit v1.2.3