2
0
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:
Jack Andersen
2017-02-27 21:31:14 -10:00
parent e923d83617
commit 5277d445d3
17 changed files with 301 additions and 133 deletions

View File

@@ -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) {}