mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
Add DPSC and WPSC
Particle Fixes
This commit is contained in:
@@ -68,8 +68,8 @@ bool CDecalDataFactory::CreateDPSM(CDecalDescription* desc, CInputStream& in, CS
|
||||
case SBIG('DMDL'):
|
||||
desc->x38_DMDL = CPF::GetModel(in, resPool);
|
||||
break;
|
||||
case SBIG('DFLT'):
|
||||
desc->x48_DFLT.reset(CPF::GetIntElement(in));
|
||||
case SBIG('DLFT'):
|
||||
desc->x48_DLFT.reset(CPF::GetIntElement(in));
|
||||
break;
|
||||
case SBIG('DMOP'):
|
||||
desc->x4c_DMOP.reset(CPF::GetVectorElement(in));
|
||||
|
||||
Reference in New Issue
Block a user