mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 08:27:43 +00:00
CScriptPickup: Initialize x274_tractorTime in constructor
Provides a deterministic initial state upon construction.
This commit is contained in:
@@ -15,7 +15,7 @@ class CScriptPickup : public CPhysicsActor {
|
|||||||
float x268_fadeInTime;
|
float x268_fadeInTime;
|
||||||
float x26c_lifeTime;
|
float x26c_lifeTime;
|
||||||
float x270_curTime = 0.f;
|
float x270_curTime = 0.f;
|
||||||
float x274_tractorTime;
|
float x274_tractorTime = 0.f;
|
||||||
float x278_delayTimer;
|
float x278_delayTimer;
|
||||||
TLockedToken<CGenDescription> x27c_pickupParticleDesc;
|
TLockedToken<CGenDescription> x27c_pickupParticleDesc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user