mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Silence warning, implement Zoid loader, and update nod
This commit is contained in:
@@ -22,7 +22,7 @@ EPVSVisSetState CPVSVisSet::GetVisible(u32 idx) const
|
||||
if (idx < numFeatures)
|
||||
{
|
||||
/* This is a feature lookup */
|
||||
if (!x10_ptr[idx / 8] & (1 << (idx & 0x7)))
|
||||
if (!(x10_ptr[idx / 8] & (1 << (idx & 0x7))))
|
||||
return EPVSVisSetState::EndOfTree;
|
||||
return EPVSVisSetState::OutOfBounds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user