mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
CToken fix
Initial CRSC
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
Zeus::CVector3f*,
|
||||
Zeus::CColor*,
|
||||
float*, float*) {}
|
||||
void Activate(bool) { x28_activated = true; }
|
||||
void Activate(bool val) { x28_activated = val; }
|
||||
bool IsActivated() { return x28_activated; }
|
||||
FourCC Get4CharID() { return FOURCC('FWRP'); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user