mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Fix command line args on macOS when passed via open, implement CScriptCameraPitchVolume
This commit is contained in:
@@ -630,11 +630,11 @@ CRealElement* CParticleDataFactory::GetRealElement(CInputStream& in)
|
||||
}
|
||||
case SBIG('PSLL'):
|
||||
{
|
||||
return new CREPSLL;
|
||||
return new CREParticleSizeOrLineLength;
|
||||
}
|
||||
case SBIG('PRLW'):
|
||||
{
|
||||
return new CREPRLW;
|
||||
return new CREParticleRotationOrLineWidth;
|
||||
}
|
||||
case SBIG('SUB_'):
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user