mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Remove rstl::optional_object, various cleanups, implement CExplosion and CScriptDoor
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
struct SRayResult
|
||||
{
|
||||
zeus::CPlane x0_plane;
|
||||
rstl::optional_object<CCollisionSurface> x10_surface;
|
||||
std::experimental::optional<CCollisionSurface> x10_surface;
|
||||
float x3c_t;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user