d_a_b_yo and d_a_b_yo_ice mostly OK (#2219)

This commit is contained in:
Caroline Madsen
2024-10-19 04:54:40 -04:00
committed by GitHub
parent a169aac99f
commit 434f63ccb8
16 changed files with 4775 additions and 3139 deletions
+3 -3
View File
@@ -502,13 +502,13 @@ int daMirror_c::entry(J3DModel* param_0) {
}
/* 80031990-800319C8 02C2D0 0038+00 0/0 0/0 2/2 .text remove__10daMirror_cFv */
int daMirror_c::remove() {
bool daMirror_c::remove() {
if (m_myObj == NULL) {
return 0;
return false;
}
fopAcM_delete(m_myObj);
return 1;
return true;
}
/* ############################################################################################## */