summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_create_req.cpp
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2023-02-09 17:52:32 +0200
committerGitHub <noreply@github.com>2023-02-09 08:52:32 -0700
commitd449897b870667cde7a0f672060044c2dc265c68 (patch)
treeac7ccee7253571ac5cf907c85fa1b7d64d388c33 /src/f_pc/f_pc_create_req.cpp
parentdf44816bec9f277da34d2739e06dc378e66970d7 (diff)
Misc matches (#274)
Diffstat (limited to 'src/f_pc/f_pc_create_req.cpp')
-rw-r--r--src/f_pc/f_pc_create_req.cpp4
1 files changed, 2 insertions, 2 deletions
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<create_request*>(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 */