mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Space pirate bug fixes
This commit is contained in:
@@ -73,6 +73,11 @@ bool CPFAreaOctree::IsPointInsidePaddedAABox(const zeus::CVector3f& point, float
|
||||
point.z() >= x4_aabb.min.z() - padding && point.z() <= x4_aabb.max.z() + padding;
|
||||
}
|
||||
|
||||
CPFOpenList::CPFOpenList() {
|
||||
x40_region.SetData(&x90_regionData);
|
||||
Clear();
|
||||
}
|
||||
|
||||
void CPFOpenList::Clear() {
|
||||
x40_region.Data()->SetOpenMore(&x40_region);
|
||||
x40_region.Data()->SetOpenLess(&x40_region);
|
||||
|
||||
Reference in New Issue
Block a user