ProcID cleanup

This commit is contained in:
LagoLunatic
2026-04-01 18:50:20 -04:00
parent bfc5d57658
commit 63a3aa2399
6 changed files with 14 additions and 16 deletions
+4 -4
View File
@@ -708,7 +708,7 @@ BOOL daNpc_Ji1_c::kaitenAction(void*) {
else if(field_0xC78 != -1) {
int staffIdx = dComIfGp_evmng_getMyStaffId("Ji1");
int actionNo = getEventActionNo(staffIdx);
if(l_msgId == -1) {
if(l_msgId == fpcM_ERROR_PROCESS_ID_e) {
if(actionNo == 2) {
if(mMsgNo == 0x974) {
current.angle.y = -0x8000;
@@ -1055,7 +1055,7 @@ BOOL daNpc_Ji1_c::talkAction(void*) {
l_msg = 0;
}
else if(field_0xC78 != -1) {
if(l_msgId == -1) {
if(l_msgId == fpcM_ERROR_PROCESS_ID_e) {
l_msgId = fopMsgM_messageSet(mMsgNo, &eyePos);
}
else if(l_msg == 0) {
@@ -1327,7 +1327,7 @@ BOOL daNpc_Ji1_c::speakBadAction(void*) {
l_msgId = -1;
}
else if(field_0xC78 != -1) {
if(l_msgId == -1) {
if(l_msgId == fpcM_ERROR_PROCESS_ID_e) {
if(mAnimation == 7) {
if(mpOrcaMorf->getFrame() > mpOrcaMorf->getEndFrame() - 2.0f) {
l_msgId = fopMsgM_messageSet(mMsgNo, &eyePos);
@@ -2234,7 +2234,7 @@ BOOL daNpc_Ji1_c::endspeakAction(void*) {
l_msgId = -1;
}
else if(field_0xC78 != -1) {
if(l_msgId == -1) {
if(l_msgId == fpcM_ERROR_PROCESS_ID_e) {
l_msgId = fopMsgM_messageSet(mMsgNo, &eyePos);
setAnm(5, 4.0f, 0);
}