mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 05:20:14 -04:00
Feat(CS): Add enum for actual LAND flags
This commit is contained in:
parent
f0019cafaa
commit
18d6598565
@ -66,6 +66,13 @@ namespace ESM
|
|||||||
DATA_VTEX = 16
|
DATA_VTEX = 16
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
FLAG_HEIGHT = 1,
|
||||||
|
FLAG_COLOR = 2,
|
||||||
|
FLAG_TEXTURE = 4
|
||||||
|
};
|
||||||
|
|
||||||
// default height to use in case there is no Land record
|
// default height to use in case there is no Land record
|
||||||
static constexpr int DEFAULT_HEIGHT = -2048;
|
static constexpr int DEFAULT_HEIGHT = -2048;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user