mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 13:07:43 +00:00
Initial CSpacePirate and rag doll imps
This commit is contained in:
@@ -28,7 +28,7 @@ CSegId CCharLayoutInfo::GetSegIdFromString(std::string_view name) const
|
||||
if (it == x18_segIdMap.end())
|
||||
return {};
|
||||
|
||||
return (*it).second;
|
||||
return it->second;
|
||||
}
|
||||
|
||||
void CCharLayoutNode::Bone::read(CInputStream& in)
|
||||
|
||||
Reference in New Issue
Block a user