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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user