Fix an oopsie woopsie, thanks Shyotl

This commit is contained in:
Lirusaito
2019-03-19 21:09:26 -04:00
parent 3a5b8a1075
commit 3f9f79c155

View File

@@ -70,7 +70,7 @@ void LLVLManager::addLayerData(LLVLData *vl_datap, const S32 mesg_size)
{
mLandBits += mesg_size * 8;
}
else if (WATER_LAYER_CODE == vl_datap->mType || WHITECORE_CLOUD_LAYER_CODE == vl_datap->mType)
else if (WATER_LAYER_CODE == vl_datap->mType || WHITECORE_WATER_LAYER_CODE == vl_datap->mType)
{
mWaterBits += mesg_size * 8;
}