2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Add DPSC and WPSC

Particle Fixes
This commit is contained in:
2016-03-28 17:07:38 -07:00
parent fe53199148
commit a9a304ea58
11 changed files with 1306 additions and 10 deletions

View File

@@ -146,6 +146,12 @@ bool CProjectileWeaponDataFactory::CreateWPSM(CWeaponDescription* desc, CInputSt
desc->xa8_PJFX = CPF::GetInt(in);
break;
}
case SBIG('RNGE'):
desc->xac_RNGE.reset(CPF::GetRealElement(in));
break;
case SBIG('FOFF'):
desc->xb0_FOFF.reset(CPF::GetRealElement(in));
break;
default:
{
uint32_t clsName = clsId.toUint32();