mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:47:43 +00:00
Proper CRandom16 usage
More CScriptGunTurret imps
This commit is contained in:
@@ -15,13 +15,16 @@ class CCollisionActorManager
|
||||
public:
|
||||
enum class EUpdateOptions
|
||||
{
|
||||
Zero
|
||||
Zero,
|
||||
One
|
||||
};
|
||||
|
||||
private:
|
||||
std::vector<CJointCollisionDescription> x0_jointDescriptions;
|
||||
TUniqueId x10_;
|
||||
TUniqueId x10_ownerId;
|
||||
bool x12_;
|
||||
bool x13_ = false;
|
||||
bool x14_ = true;
|
||||
public:
|
||||
CCollisionActorManager(CStateManager&, TUniqueId, TAreaId, const std::vector<CJointCollisionDescription>&, bool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user