mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
Match dMCloth_c::dMCloth_c
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
virtual ~daCLOTH_HIO_c();
|
||||
|
||||
public:
|
||||
/* 0x0004 */ s8 field_0x4;
|
||||
/* 0x0004 */ s8 mNo;
|
||||
/* 0x0008 */ daCLOTH_ChildHIO_c mChildren[3];
|
||||
};
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ static daCLOTH_HIO_c l_HIO;
|
||||
|
||||
/* 8019940C-8019966C .text __ct__13daCLOTH_HIO_cFv */
|
||||
daCLOTH_HIO_c::daCLOTH_HIO_c() {
|
||||
field_0x4 = -1;
|
||||
mNo = -1;
|
||||
|
||||
{
|
||||
mChildren[0].field_0x4 = 1.78f;
|
||||
@@ -139,11 +139,12 @@ void dMCloth_c::init() {
|
||||
|
||||
/* 80199E1C-80199F48 .text __ct__9dMCloth_cFv */
|
||||
dMCloth_c::dMCloth_c() {
|
||||
/* Nonmatching */
|
||||
field_0x913c = 0;
|
||||
field_0x4 = 4;
|
||||
field_0x4 = 0;
|
||||
mClothType = 0;
|
||||
mDoHIO_createChild("メニューの布", &l_HIO);
|
||||
if (l_HIO.mNo < 0) {
|
||||
l_HIO.mNo = mDoHIO_createChild("メニューの布", &l_HIO); // Menu cloth
|
||||
}
|
||||
}
|
||||
|
||||
/* 80199F48-8019A058 .text __dt__9dMCloth_cFv */
|
||||
|
||||
Reference in New Issue
Block a user