mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 01:15:32 +00:00
Change Nif::Property flags to unsigned
This commit is contained in:
parent
8e01d8cb19
commit
6c63bab8e4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Property : public Named
|
|||
{
|
||||
public:
|
||||
// The meaning of these depends on the actual property type.
|
||||
int flags;
|
||||
unsigned int flags;
|
||||
|
||||
void read(NIFStream *nif);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue