summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Corley <smokydave@icloud.com>2024-02-25 07:30:23 -0600
committerDave Corley <smokydave@icloud.com>2024-02-25 07:30:23 -0600
commit059191c84069e8edca3b9ac1d48d032b0969508a (patch)
tree08b65a36eca497453589c1909544a96acc48c132
parentce2787e15e7581c2aae5cd5a0b40203a5b3fe017 (diff)
Also apply hasWaterHeightSub for INTV
-rw-r--r--components/esm3/loadcell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/esm3/loadcell.cpp b/components/esm3/loadcell.cpp
index 473c4c7d72..0c37e64f1e 100644
--- a/components/esm3/loadcell.cpp
+++ b/components/esm3/loadcell.cpp
@@ -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"):