summaryrefslogtreecommitdiff
path: root/src/f_op/f_op_msg_mng.cpp
diff options
context:
space:
mode:
authorSuperDude88 <82904174+SuperDude88@users.noreply.github.com>2024-06-16 01:55:31 -0400
committerGitHub <noreply@github.com>2024-06-15 22:55:31 -0700
commit3f0845880920b2d72fc2cc99d189af83ca33cd55 (patch)
tree4a747042a141dae53b34fe6270456246323a3cd3 /src/f_op/f_op_msg_mng.cpp
parente855019ab4a87e853a9993d7689d0750302bf50c (diff)
d_a_npc_people Almost OK (#658)
* daNpcPeople Work * Oops Somehow I break this file every time I touch it
Diffstat (limited to 'src/f_op/f_op_msg_mng.cpp')
-rw-r--r--src/f_op/f_op_msg_mng.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_op/f_op_msg_mng.cpp b/src/f_op/f_op_msg_mng.cpp
index 83d7f295..aa9c0f1b 100644
--- a/src/f_op/f_op_msg_mng.cpp
+++ b/src/f_op/f_op_msg_mng.cpp
@@ -312,7 +312,7 @@ void fopMsgM_getScopeMode() {
/* 8002C624-8002C650 .text fopMsgM_forceSendOn__Fv */
bool fopMsgM_forceSendOn() {
- if (dComIfGp_getScopeType() == 10) {
+ if (dComIfGp_getScopeMesgStatus() == 10) {
pushButton = true;
return true;
}
@@ -347,8 +347,8 @@ bool fopMsgM_checkMessageSend() {
/* 8002C684-8002C6B0 .text fopMsgM_releaseScopeMode__Fv */
bool fopMsgM_releaseScopeMode() {
- if (dComIfGp_getScopeType() == 13) {
- dComIfGp_setScopeType(11);
+ if (dComIfGp_getScopeMesgStatus() == 13) {
+ dComIfGp_setScopeMesgStatus(11);
return true;
}