summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_moir.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-08-15 05:50:49 -0400
committerGitHub <noreply@github.com>2025-08-15 12:50:49 +0300
commit41c72dc6d9911df56a6ada3641f9a77e5817bc2a (patch)
tree9c36241fb49015d20cdba1e074c01fe59102c305 /src/d/actor/d_a_npc_moir.cpp
parenta6802bf7a23a57c14fe04b851a6d54aa263dd3c8 (diff)
d_a_e_hp almost matching (#2585)
Diffstat (limited to 'src/d/actor/d_a_npc_moir.cpp')
-rw-r--r--src/d/actor/d_a_npc_moir.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc_moir.cpp b/src/d/actor/d_a_npc_moir.cpp
index 311e27aec1..6de1153025 100644
--- a/src/d/actor/d_a_npc_moir.cpp
+++ b/src/d/actor/d_a_npc_moir.cpp
@@ -1391,7 +1391,7 @@ bool daNpcMoiR_c::talk(void* param_1) {
} else {
msgTimer = mMsgTimer;
if (ctrlMsgAnm(i_expression, i_actionID, this, FALSE)) {
- OS_REPORT("レジスタンスモイ 表情番号=%d 動作番号=%d\n", i_expressionID, i_actionID); // "Resistance Moi Expression Number=%d Action Number=%d\n"
+ OS_REPORT("レジスタンスモイ 表情番号=%d 動作番号=%d\n", i_expression, i_actionID); // "Resistance Moi Expression Number=%d Action Number=%d\n"
setExpression(i_expression, -1.0f);
setMotion(i_actionID, -1.0f, 0);
} else if (msgTimer != 0 && mMsgTimer == 0) {
@@ -1657,7 +1657,7 @@ BOOL daNpcMoiR_c::EvCut_Appear(int i_cutIndex) {
case '0005':
if (fopAcM_searchPlayerAngleY(this) == mCurAngle.y) {
if (talkProc(NULL, TRUE, NULL)) {
- OS_REPORT("二択分岐 %s\n", getChoiceNo() == 0 ? "はい" : "いいえ");
+ OS_REPORT("二択分岐 %s\n", mFlow.getChoiceNo() == 0 ? "はい" : "いいえ");
if (mFlow.getChoiceNo() == 0) {
mOrderEvtNo = 3;