mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 12:25:17 -04:00
Change Nif::Property flags to unsigned
This commit is contained in:
parent
8e01d8cb19
commit
6c63bab8e4
@ -33,7 +33,7 @@ class Property : public Named
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// The meaning of these depends on the actual property type.
|
// The meaning of these depends on the actual property type.
|
||||||
int flags;
|
unsigned int flags;
|
||||||
|
|
||||||
void read(NIFStream *nif);
|
void read(NIFStream *nif);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user