1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 13:13:27 +00:00

Change Nif::Property flags to unsigned

This commit is contained in:
scrawl 2015-02-23 21:08:15 +01:00
parent 8e01d8cb19
commit 6c63bab8e4

View File

@ -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);
};