mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
various cleanup, fix some fakematches
This commit is contained in:
@@ -13,8 +13,8 @@ cBgS_Chk::~cBgS_Chk() {
|
||||
/* 8024734C-8024738C .text ChkSameActorPid__8cBgS_ChkCFUi */
|
||||
bool cBgS_Chk::ChkSameActorPid(unsigned int pid) const {
|
||||
if (mActorPid == fpcM_ERROR_PROCESS_ID_e || pid == UINT32_MAX || unk_0x0C == 0) {
|
||||
return 0;
|
||||
return FALSE;
|
||||
} else {
|
||||
return (mActorPid == pid) ? 1 : 0;
|
||||
return (mActorPid == pid) ? TRUE : FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user