2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 15:07:43 +00:00

Final CChozoGhost imps

This commit is contained in:
2020-03-06 07:16:55 -08:00
parent e43bfe1e58
commit 1cccaac115
8 changed files with 193 additions and 13 deletions

View File

@@ -45,10 +45,7 @@ bool CScriptCoverPoint::GetInUse(TUniqueId uid) const {
if (xf8_25_inUse || x11c_timeLeft > 0.f)
return true;
if (xfa_occupant == kInvalidUniqueId || uid == kInvalidUniqueId || xfa_occupant == uid)
return false;
return true;
return !(xfa_occupant == kInvalidUniqueId || uid == kInvalidUniqueId || xfa_occupant == uid);
}
bool CScriptCoverPoint::Blown(const zeus::CVector3f& point) const {