mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
fixed gmst integers
This commit is contained in:
parent
ba4907fbaf
commit
1b19ab6028
@ -156,8 +156,8 @@ void ESM::VariantIntegerData::read (ESMReader& esm, Variant::Format format, VarT
|
||||
}
|
||||
else // GMST
|
||||
{
|
||||
if (type==VT_Int)
|
||||
esm.fail ("unsupported global variable integer type");
|
||||
if (type!=VT_Int)
|
||||
esm.fail ("unsupported gmst variable integer type");
|
||||
|
||||
esm.getHT (mValue);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user