]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/client_map.h
Speed up logistics of all air mapblocks
[dragonblocks_alpha.git] / src / client / client_map.h
index f340a9aa8afae4b1bdb65cc2776818dd75c8d194..b49f19917993a9d4ac4bbbba4069fcbeb4c0dafb 100644 (file)
@@ -20,6 +20,7 @@ typedef struct
        bool queue;          // whether the block is in meshgen queue
        u64 last_synced;     // keep track of when a block was synced the last time (used to detect when a block got out of and then back into range)
        Object *obj;         // mesh object, generated by blockmesh file
+       bool all_air;        // no thoughts brain empty
 } MapBlockExtraData;
 
 extern struct ClientMap