mirror of
https://github.com/zeldaret/tp
synced 2026-05-22 22:44:28 -04:00
more match
This commit is contained in:
@@ -891,7 +891,7 @@ int daE_WS_c::_delete() {
|
||||
dComIfG_resDelete(&mPhase, "E_WS");
|
||||
|
||||
if (mHioSet) {
|
||||
hio_set = false;
|
||||
hio_set = FALSE;
|
||||
mDoHIO_DELETE_CHILD(l_HIO.id);
|
||||
}
|
||||
|
||||
@@ -903,6 +903,7 @@ int daE_WS_c::_delete() {
|
||||
}
|
||||
|
||||
static int daE_WS_Delete(daE_WS_c* i_this) {
|
||||
fopAcM_RegisterDeleteID(i_this, "E_WS");
|
||||
return i_this->_delete();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user