From d449897b870667cde7a0f672060044c2dc265c68 Mon Sep 17 00:00:00 2001 From: hatal175 Date: Thu, 9 Feb 2023 17:52:32 +0200 Subject: Misc matches (#274) --- src/f_pc/f_pc_create_req.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/f_pc/f_pc_create_req.cpp') diff --git a/src/f_pc/f_pc_create_req.cpp b/src/f_pc/f_pc_create_req.cpp index 3bbdcecb74..ae686f2518 100644 --- a/src/f_pc/f_pc_create_req.cpp +++ b/src/f_pc/f_pc_create_req.cpp @@ -19,9 +19,9 @@ /* 80020ACC-80020AE8 001C+00 s=1 e=0 z=0 None .text fpcCtRq_isCreatingByID__FP10create_tagPUi */ -BOOL fpcCtRq_isCreatingByID(create_tag* pTag, unsigned int* pId) { +bool fpcCtRq_isCreatingByID(create_tag* pTag, unsigned int* pId) { create_request* pReq = static_cast(pTag->mBase.mpTagData); - return checkEqual(*pId, pReq->mBsPcId); + return pReq->mBsPcId == *pId; } /* 80020AE8-80020B20 0038+00 s=0 e=2 z=0 None .text fpcCtRq_IsCreatingByID__FUi */ -- cgit v1.2.3