mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 09:32:45 +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"):
|
case fourCC("INTV"):
|
||||||
int32_t waterl;
|
int32_t waterl;
|
||||||
esm.getHT(waterl);
|
esm.getHT(waterl);
|
||||||
|
mHasWaterHeightSub = true;
|
||||||
mWater = static_cast<float>(waterl);
|
mWater = static_cast<float>(waterl);
|
||||||
break;
|
break;
|
||||||
case fourCC("WHGT"):
|
case fourCC("WHGT"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user