Mostly fix _create

This commit is contained in:
SuperDude88
2023-09-13 22:11:36 -04:00
parent b2b6e14f24
commit a8e8fe3bb0
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
/* 0x2B0 */ mDoExt_brkAnm* mBrkAnm1;
/* 0x2B4 */ mDoExt_brkAnm* mBrkAnm2;
/* 0x2B8 */ mDoExt_bckAnm* mBckAnm;
/* 0x2BC */ dBgS_Acch mAcch;
/* 0x2BC */ dBgS_ObjAcch mAcch;
/* 0x480 */ dBgS_AcchCir mAcchCir;
/* 0x4C0 */ dCcD_Stts mStts;
/* 0x4FC */ dCcD_Cyl mCyl;
+1 -1
View File
@@ -202,7 +202,7 @@ public:
class dBgS_ObjAcch : public dBgS_Acch {
public:
dBgS_ObjAcch() {
/* SetObj(); */
SetObj();
}
/* 80BB336C */ virtual ~dBgS_ObjAcch() {}
+1 -1
View File
@@ -20,7 +20,7 @@ public:
class dBgS_ObjGndChk : public dBgS_GndChk {
public:
dBgS_ObjGndChk() { /* SetObj(); */ }
dBgS_ObjGndChk() { SetObj(); }
/* 8001E020 */ virtual ~dBgS_ObjGndChk();
};
+2
View File
@@ -20,6 +20,8 @@ class dBgS_PolyPassChk : public cBgS_PolyPassChk {
public:
dBgS_PolyPassChk();
virtual ~dBgS_PolyPassChk();
void SetObj() { mbObjThrough = 1; }
};
STATIC_ASSERT(sizeof(dBgS_PolyPassChk) == 0xC);
-1
View File
@@ -249,7 +249,6 @@ int daShopItem_c::_create() {
}
CreateInit();
return result;
}
return result;