1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 17:35:37 +02:00

Reduce size of some MapBlock members

Also adds assertions to catch refcounting errors (on a debug build).
This commit is contained in:
sfan5
2023-12-12 16:14:40 +01:00
parent 777dca7043
commit 9408a1a025
2 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
enum ModifiedState
#include "irrlichttypes.h"
enum ModifiedState : u16
{
// Has not been modified.
MOD_STATE_CLEAN = 0,