mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Windows fixes
This commit is contained in:
@@ -298,7 +298,7 @@ void CScriptGunTurret::Touch(CActor& act, CStateManager& mgr) {
|
||||
}
|
||||
}
|
||||
|
||||
std::experimental::optional<zeus::CAABox> CScriptGunTurret::GetTouchBounds() const {
|
||||
rstl::optional<zeus::CAABox> CScriptGunTurret::GetTouchBounds() const {
|
||||
if (GetActive() && GetMaterialList().HasMaterial(EMaterialTypes::Solid))
|
||||
return {GetBoundingBox()};
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user