mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:47:43 +00:00
MREA fixes, some script constructors
This commit is contained in:
@@ -20,9 +20,9 @@ class CActorParameters
|
||||
bool b2 : 1;
|
||||
bool b3 : 1;
|
||||
bool b4 : 1;
|
||||
float x5c_;
|
||||
float x60_;
|
||||
float x64_;
|
||||
float x5c_ = 0.f;
|
||||
float x60_ = 0.f;
|
||||
float x64_ = 0.f;
|
||||
|
||||
public:
|
||||
CActorParameters() : b1(true), b2(false), b3(false), b4(false) {}
|
||||
|
||||
Reference in New Issue
Block a user