mirror of https://github.com/AxioDL/metaforce.git
GCC compile fixes
This commit is contained in:
parent
c407e75943
commit
22989ff47c
|
@ -561,9 +561,9 @@ bool MREA::CookPath(const hecl::ProjectPath& outPath,
|
|||
path.unkStructs.emplace_back();
|
||||
PATH::UnknownStruct& s = path.unkStructs.back();
|
||||
s.unk1 = 1;
|
||||
s.unk2[0] = {FLT_MAX, FLT_MAX, FLT_MAX};
|
||||
s.unk2[1] = {FLT_MIN, FLT_MIN, FLT_MIN};
|
||||
s.unk2[2] = {0.f, 0.f, 0.f};
|
||||
s.unk2[0] = atVec3f{FLT_MAX, FLT_MAX, FLT_MAX};
|
||||
s.unk2[1] = atVec3f{FLT_MIN, FLT_MIN, FLT_MIN};
|
||||
s.unk2[2] = atVec3f{0.f, 0.f, 0.f};
|
||||
for (int i=0 ; i<8 ; ++i)
|
||||
s.unk3[i] = ~0;
|
||||
s.unk4 = 0;
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 98513a38f2a3a84c14b158339fdb7f061c4ffec1
|
||||
Subproject commit 28ee5ccf8a139755cd12df30ed6da79762f7a4b2
|
Loading…
Reference in New Issue