2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

CPhysicsActor fixes, initial clang-format

This commit is contained in:
2016-09-02 08:26:29 -07:00
parent 67b6ccf2ff
commit 022c2feb6c
16 changed files with 283 additions and 380 deletions

View File

@@ -38,7 +38,7 @@ class CPatternedInfo
float xdc_;
float xe0_;
float xe4_;
u16 xe8_sfxId;
u16 xe8_deathSfx;
CAnimationParameters xec_animParams;
bool xf8_active;
ResId xfc_stateMachineId;
@@ -54,7 +54,7 @@ class CPatternedInfo
zeus::CVector3f x124_particle2Scale;
ResId x130_particle2 = -1;
u16 x134_sfxId2 = -1;
u16 x134_iceShatterSfx = -1;
public:
CPatternedInfo(CInputStream& in, u32 pcount);