mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 02:27:43 +00:00
Initial CScriptGun implementation, more loaders
This commit is contained in:
@@ -785,4 +785,10 @@ void CActor::SetModelData(std::unique_ptr<CModelData>&& mData)
|
||||
else
|
||||
x64_modelData = std::move(mData);
|
||||
}
|
||||
|
||||
void CActor::SetMuted(bool muted)
|
||||
{
|
||||
xe5_26_muted = muted;
|
||||
RemoveEmitter();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user