mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Remove rstl::optional_object, various cleanups, implement CExplosion and CScriptDoor
This commit is contained in:
@@ -30,7 +30,7 @@ void CScriptCoverPoint::Think(float delta, CStateManager&)
|
||||
x11c_timeLeft -= delta;
|
||||
}
|
||||
|
||||
rstl::optional_object<zeus::CAABox> CScriptCoverPoint::GetTouchBounds() const
|
||||
std::experimental::optional<zeus::CAABox> CScriptCoverPoint::GetTouchBounds() const
|
||||
{
|
||||
if (x100_touchBounds)
|
||||
return x100_touchBounds;
|
||||
|
||||
Reference in New Issue
Block a user