diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-11-29 08:24:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 18:24:26 +0200 |
| commit | 24b72a5302ed7a5a1300dd19b81c64c632e0d9de (patch) | |
| tree | 6e1317343d4d20d2abc77ea51ba63e360212fdce /src/d/actor/d_a_b_zant.cpp | |
| parent | d0e243a22a66d849947f763483a02105f7a2ec3a (diff) | |
some cleanup of f_pc/f_op files (#2254)
* cleanup f_pc files
* cleanup f_op files
* fix a couple f_op_actor_mng functions
* minor JSystem work
Diffstat (limited to 'src/d/actor/d_a_b_zant.cpp')
| -rw-r--r-- | src/d/actor/d_a_b_zant.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/actor/d_a_b_zant.cpp b/src/d/actor/d_a_b_zant.cpp index 40b3cde428..280e35d581 100644 --- a/src/d/actor/d_a_b_zant.cpp +++ b/src/d/actor/d_a_b_zant.cpp @@ -993,10 +993,10 @@ void daB_ZANT_c::setZantMessage(int i_msgNo) { /* 80640104-80640180 0020E4 007C+00 1/1 0/0 0/0 .text doZantMessage__10daB_ZANT_cFv */ int daB_ZANT_c::doZantMessage() { if (mpMsg != NULL) { - if (mpMsg->mMode == 14) { - mpMsg->mMode = 16; - } else if (mpMsg->mMode == 18) { - mpMsg->mMode = 19; + if (mpMsg->mode == 14) { + mpMsg->mode = 16; + } else if (mpMsg->mode == 18) { + mpMsg->mode = 19; mMsgID = fpcM_ERROR_PROCESS_ID_e; return 1; } @@ -5798,7 +5798,7 @@ extern actor_process_profile_definition g_profile_B_ZANT = { 4, // mListID fpcPi_CURRENT_e, // mListPrio PROC_B_ZANT, // mProcName - &g_fpcLf_Method.mBase, // sub_method + &g_fpcLf_Method.base, // sub_method sizeof(daB_ZANT_c), // mSize 0, // mSizeOther 0, // mParameters |
