summaryrefslogtreecommitdiff
path: root/include/d/d_stage.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2025-04-23 21:39:12 +0300
committerGitHub <noreply@github.com>2025-04-23 11:39:12 -0700
commitcfb614e8b2a415fcb77513b6b1986aa44bd704d4 (patch)
tree0831a9c7da0f524d31f99787f45ed8d2b0847818 /include/d/d_stage.h
parent556bfc958c7448656abacda51d710f59ab1c424a (diff)
d_menu_letter equivalent (#2407)
Diffstat (limited to 'include/d/d_stage.h')
-rw-r--r--include/d/d_stage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_stage.h b/include/d/d_stage.h
index bcf132eff9..7656b16e70 100644
--- a/include/d/d_stage.h
+++ b/include/d/d_stage.h
@@ -1114,7 +1114,7 @@ public:
mStatus[param_0].mpBgW = i_bgw;
}
- BOOL checkStatusFlag(int i_roomNo, u8 flag) const {
+ u8 checkStatusFlag(int i_roomNo, u8 flag) const {
return cLib_checkBit(mStatus[i_roomNo].mFlag, flag);
}