mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 12:35:52 +00:00
CThardus: convert 0 literal to false
Same behavior, but matches the type of the parameter.
This commit is contained in:
parent
0a0ac955b5
commit
5f7a33e2ec
@ -347,7 +347,7 @@ void CThardus::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateMa
|
|||||||
CActorParameters(CLightParameters(false, 0.f, CLightParameters::EShadowTesselation::Invalid, 0.f, 0.f,
|
CActorParameters(CLightParameters(false, 0.f, CLightParameters::EShadowTesselation::Invalid, 0.f, 0.f,
|
||||||
zeus::skWhite, true, CLightParameters::EWorldLightingOptions::NoShadowCast,
|
zeus::skWhite, true, CLightParameters::EWorldLightingOptions::NoShadowCast,
|
||||||
CLightParameters::ELightRecalculationOptions::LargeFrameCount,
|
CLightParameters::ELightRecalculationOptions::LargeFrameCount,
|
||||||
zeus::skZero3f, -1, -1, 0, 0),
|
zeus::skZero3f, -1, -1, false, 0),
|
||||||
{}, {}, {}, {}, true, true, false, false, 0.f, 0.f, 1.f),
|
{}, {}, {}, {}, true, true, false, false, 0.f, 0.f, 1.f),
|
||||||
x5dc_[i], 0));
|
x5dc_[i], 0));
|
||||||
x610_destroyableRocks.push_back(rockId);
|
x610_destroyableRocks.push_back(rockId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user