use enums and inlines in more places

This commit is contained in:
LagoLunatic
2023-12-30 15:08:24 -05:00
parent 82b429b72f
commit 69444ef01e
25 changed files with 70 additions and 74 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ void cBgS_ChkElm::Init() {
m_bgw_base_ptr = NULL;
m_flags = 0;
m_actor_ptr = NULL;
m_actor_id = -1;
m_actor_id = fpcM_ERROR_PROCESS_ID_e;
}
/* 8024645C-80246478 .text Regist2__11cBgS_ChkElmFP4cBgWUiPv */
@@ -32,7 +32,7 @@ void cBgS_ChkElm::Regist2(cBgW* bgw, unsigned int pid, void* actor) {
void cBgS_ChkElm::Release() {
m_flags &= ~1;
m_bgw_base_ptr = NULL;
m_actor_id = -1;
m_actor_id = fpcM_ERROR_PROCESS_ID_e;
m_actor_ptr = NULL;
}