mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Fix std::make_pair fail (why is it even a problem?)
Add CScriptPickup loader
This commit is contained in:
@@ -11,10 +11,10 @@ class CScriptDoor : public CPhysicsActor
|
||||
public:
|
||||
enum class EDoorAnimType
|
||||
{
|
||||
None = -1,
|
||||
Open,
|
||||
Close,
|
||||
Ready,
|
||||
Three
|
||||
};
|
||||
|
||||
float x25c_;
|
||||
|
||||
Reference in New Issue
Block a user