engine: fix bsp21 loading

This commit is contained in:
nillerusr
2023-04-04 23:22:06 +03:00
parent d56e855742
commit f1de24b0b2
3 changed files with 13 additions and 2 deletions
+6
View File
@@ -443,6 +443,12 @@ struct StaticPropLump_t
m_FlagsEx = _rhs.m_FlagsEx;
return *this;
}
inline StaticPropLump_t& operator=(const StaticPropLumpV11_t& _rhs)
{
(*this) = reinterpret_cast<const StaticPropLumpV10_21_t&>(_rhs);
return *this;
}
};
struct StaticPropLeafLump_t