2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

synchronize macOS with latest changes

This commit is contained in:
Jack Andersen
2018-05-26 11:30:19 -10:00
parent f2dda765af
commit 92ed463051
5 changed files with 9 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ namespace urde
{
CPOINode::CPOINode(std::string_view name, EPOIType type, const CCharAnimTime& time,
u32 index, bool c, float weight, s32 e, s32 f)
s32 index, bool c, float weight, s32 e, s32 f)
: x4_(1),
x8_name(name),
x18_type(type),
@@ -26,7 +26,7 @@ CPOINode::CPOINode(CInputStream& in)
x8_name(in.readString()),
x18_type(EPOIType(in.readUint16Big())),
x1c_time(in),
x24_index(in.readUint32Big()),
x24_index(in.readInt32Big()),
x28_(in.readBool()),
x2c_weight(in.readFloatBig()),
x30_charIdx(in.readInt32Big()),