mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Implement CNewIntroBoss
This commit is contained in:
@@ -49,7 +49,7 @@ CParticleGenInfoGeneric::CParticleGenInfoGeneric(const SObjectTag& part, const s
|
||||
if (lightId == -1)
|
||||
x88_lightId = kInvalidUniqueId;
|
||||
else
|
||||
x88_lightId = _initializeLight(system, stateMgr, lightId, areaId);
|
||||
x88_lightId = _initializeLight(system, stateMgr, areaId, lightId);
|
||||
}
|
||||
|
||||
void CParticleGenInfoGeneric::AddToRenderer() { g_Renderer->AddParticleGen(*x84_system.get()); }
|
||||
|
||||
Reference in New Issue
Block a user