mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CScriptColorModulate fixes
This commit is contained in:
@@ -17,8 +17,8 @@ private:
|
||||
{
|
||||
bool x44_24_looping : 1;
|
||||
bool x44_25_disableUpdate : 1;
|
||||
bool x44_26_ : 1;
|
||||
bool x44_27_ : 1;
|
||||
bool x44_26_fadeOut : 1;
|
||||
bool x44_27_timedLoop : 1;
|
||||
bool x44_28_playing : 1;
|
||||
bool x44_29_ : 1;
|
||||
};
|
||||
@@ -26,8 +26,9 @@ private:
|
||||
};
|
||||
|
||||
public:
|
||||
CScriptActorKeyframe(TUniqueId uid, std::string_view name, const CEntityInfo& info, s32 w1, bool b1, float f1,
|
||||
bool b2, u32 w2, bool active, float f2);
|
||||
CScriptActorKeyframe(TUniqueId uid, std::string_view name, const CEntityInfo& info, s32 animId,
|
||||
bool looping, float lifetime, bool disableUpdate, u32 fadeOut, bool active,
|
||||
float totalPlayback);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
|
||||
Reference in New Issue
Block a user