mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Implement CBodyController
This commit is contained in:
@@ -156,9 +156,7 @@ struct SpecMP1 : SpecBase
|
||||
{
|
||||
bool checkStandaloneID(const char* id) const
|
||||
{
|
||||
if (!memcmp(id, "GM8", 3))
|
||||
return true;
|
||||
return false;
|
||||
return !memcmp(id, "GM8", 3);
|
||||
}
|
||||
|
||||
std::vector<const nod::Node*> m_nonPaks;
|
||||
|
||||
Reference in New Issue
Block a user