2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 13:53:29 +00:00

Remove unnecessary namespace specifier in CGameArea

This commit is contained in:
Phillip Stephens 2021-06-04 22:31:10 -07:00
parent e9b2230c0a
commit 6ff7e06c15
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D

View File

@ -367,8 +367,8 @@ CGameArea::CGameArea(CInputStream& in, int idx, int mlvlVersion) : x4_selfIdx(id
x8c_attachedAreaIndices.emplace_back(in.readUint16Big());
}
x9c_deps1 = ::metaforce::ReadDependencyList(in);
xac_deps2 = ::metaforce::ReadDependencyList(in);
x9c_deps1 = metaforce::ReadDependencyList(in);
xac_deps2 = metaforce::ReadDependencyList(in);
const zeus::CAABox aabb = x6c_aabb.getTransformedAABox(xc_transform);
x6c_aabb = aabb;