mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Reduce size of some MapBlock members
Also adds assertions to catch refcounting errors (on a debug build).
This commit is contained in:
parent
777dca7043
commit
9408a1a025
2 changed files with 8 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue