mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 13:07:42 +00:00
More script loaders
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CActor::CActor(TUniqueId uid, bool active, const std::string&, const CEntityInfo& info,
|
||||
CActor::CActor(TUniqueId uid, bool active, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CTransform&, const CModelData&, const CMaterialList&,
|
||||
const CActorParameters&, TUniqueId)
|
||||
: CEntity(uid, info, active)
|
||||
: CEntity(uid, info, active, name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user