mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 17:26:09 +00:00
aurora: the boring C++ version
This commit is contained in:
@@ -54,7 +54,7 @@ void CPVSVisSet::SetTestPoint(const CPVSVisOctree& octree, const zeus::CVector3f
|
||||
if (nextNodeRel) {
|
||||
/* Skip node data */
|
||||
if (!(curNode & 0x60)) {
|
||||
octCur += hecl::SBig(reinterpret_cast<const u16*>(octCur)[nextNodeRel - 1]);
|
||||
octCur += SBig(reinterpret_cast<const u16*>(octCur)[nextNodeRel - 1]);
|
||||
} else if (curNode & 0x20) {
|
||||
octCur += *(octCur + nextNodeRel - 1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user