mirror of https://github.com/AxioDL/metaforce.git
Windows build fixes
This commit is contained in:
parent
7580f2e89b
commit
9cb9d4df1d
|
@ -14,7 +14,7 @@ CFlameThrower::CFlameThrower(const TToken<CWeaponDescription>& wDesc, const std:
|
||||||
: CGameProjectile(false, wDesc, name, wType, xf, matType, dInfo, owner, aId, uid, kInvalidUniqueId, w1, false,
|
: CGameProjectile(false, wDesc, name, wType, xf, matType, dInfo, owner, aId, uid, kInvalidUniqueId, w1, false,
|
||||||
zeus::CVector3f(1.f), {}, -1, false)
|
zeus::CVector3f(1.f), {}, -1, false)
|
||||||
, x2e8_(xf)
|
, x2e8_(xf)
|
||||||
, x33c_flameDesc(g_SimplePool->GetObj({flameInfo.GetFlameFxId(), SBIG('PART')}))
|
, x33c_flameDesc(g_SimplePool->GetObj({FOURCC('PART'), flameInfo.GetFlameFxId()}))
|
||||||
, x348_flameGen(new CElementGen(x33c_flameDesc, CElementGen::EModelOrientationType::Normal,
|
, x348_flameGen(new CElementGen(x33c_flameDesc, CElementGen::EModelOrientationType::Normal,
|
||||||
CElementGen::EOptionalSystemFlags::One))
|
CElementGen::EOptionalSystemFlags::One))
|
||||||
{
|
{
|
||||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit 3878eaa8db88fe30520190fde23785f12b2fed14
|
Subproject commit 87d40a39e5d6c94124097d8ea9960e8beffcc525
|
Loading…
Reference in New Issue