1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00

Also apply hasWaterHeightSub for INTV

This commit is contained in:
Dave Corley 2024-02-25 07:30:23 -06:00
parent ce2787e15e
commit 059191c840

View File

@ -127,6 +127,7 @@ namespace ESM
case fourCC("INTV"):
int32_t waterl;
esm.getHT(waterl);
mHasWaterHeightSub = true;
mWater = static_cast<float>(waterl);
break;
case fourCC("WHGT"):