Change Nif::Property flags to unsigned

pull/638/head
scrawl 10 years ago
parent 8e01d8cb19
commit 6c63bab8e4

@ -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…
Cancel
Save