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:
parent
ce2787e15e
commit
059191c840
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user