mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Fix visigen/hecl dependencies; Cleanup ViewManager; Various implementations
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
namespace urde
|
||||
{
|
||||
CScriptActorRotate::CScriptActorRotate(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CVector3f& rotation, float f1, bool b1, bool b2, bool active)
|
||||
const zeus::CVector3f& rotation, float maxTime, bool updateActors,
|
||||
bool updateOnCreation, bool active)
|
||||
: CEntity(uid, info, active, name)
|
||||
, x34_rotation(rotation)
|
||||
, x40_maxTime(f1)
|
||||
, x40_maxTime(maxTime)
|
||||
, x58_24_updateRotation(false)
|
||||
, x58_25_skipSpiderBallWaypoints(false)
|
||||
, x58_26_updateActors(b1)
|
||||
, x58_27_updateOnCreation(b2)
|
||||
, x58_26_updateActors(updateActors)
|
||||
, x58_27_updateOnCreation(updateOnCreation)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user