mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-11 04:37:55 -04:00
general cleanup, d_menu_quit / d_a_obj_testcube mostly done, d_msg_scrn_explain debug (#3065)
* typedef for cPhs_Step * make sdk includes consistent * d_menu_quit / d_msg_scrn_explain debug * d_a_obj_testcube mostly done * d_debug_pad mostly done * jstudio tool library headers * some JStudioCameraEditor headers * d_jcam_editor mostly done * try fixing some shield regressions * d_bg_parts mostly done * fix merge errors * debug fix
This commit is contained in:
@@ -46,10 +46,10 @@ daObj_Bed_c::~daObj_Bed_c() {
|
||||
dComIfG_resDelete(&mPhase, getResName());
|
||||
}
|
||||
|
||||
cPhs__Step daObj_Bed_c::create() {
|
||||
cPhs_Step daObj_Bed_c::create() {
|
||||
fopAcM_ct(this, daObj_Bed_c);
|
||||
mType = getType();
|
||||
cPhs__Step step = (cPhs__Step)dComIfG_resLoad(&mPhase, getResName());
|
||||
cPhs_Step step = dComIfG_resLoad(&mPhase, getResName());
|
||||
if (step == cPhs_COMPLEATE_e) {
|
||||
if (isDelete()) {
|
||||
return cPhs_ERROR_e;
|
||||
@@ -179,7 +179,7 @@ void daObj_Bed_c::setMtx() {
|
||||
}
|
||||
|
||||
|
||||
static cPhs__Step daObj_Bed_Create(void* i_this) {
|
||||
static cPhs_Step daObj_Bed_Create(void* i_this) {
|
||||
return static_cast<daObj_Bed_c*>(i_this)->create();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user