mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Windows fixes
This commit is contained in:
@@ -349,7 +349,7 @@ void CScriptDebris::Touch(CActor& other, CStateManager& mgr) {
|
||||
}
|
||||
}
|
||||
|
||||
std::experimental::optional<zeus::CAABox> CScriptDebris::GetTouchBounds() const {
|
||||
rstl::optional<zeus::CAABox> CScriptDebris::GetTouchBounds() const {
|
||||
if (x281_31_dieOnProjectile)
|
||||
return {GetBoundingBox()};
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user