diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 18:54:35 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-01 18:54:35 -0400 |
| commit | edb9a1958ad8731be58b03a4377185852430d446 (patch) | |
| tree | 8b087c0b1f3c1b87b86f406c4ccf99b54f966f48 /src/d/actor/d_a_daiocta.cpp | |
| parent | 63a3aa2399fdb5efdbdbe571e653e96c66dfaea5 (diff) | |
Fix JPN
Diffstat (limited to 'src/d/actor/d_a_daiocta.cpp')
| -rw-r--r-- | src/d/actor/d_a_daiocta.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/actor/d_a_daiocta.cpp b/src/d/actor/d_a_daiocta.cpp index a58ecd13..9405b0d7 100644 --- a/src/d/actor/d_a_daiocta.cpp +++ b/src/d/actor/d_a_daiocta.cpp @@ -903,13 +903,12 @@ void daDaiocta_c::modeAppearInit() { #if VERSION > VERSION_JPN fopAc_ac_c* auzu_p; - if (fopAcM_SearchByID(mAuzuId, &auzu_p) && auzu_p) { auzu_p->current.pos = auzu_pos; } #else int auzu_parameters = 0x1100FF; - mpAuzu = fopAcM_create(PROC_Obj_Auzu, auzu_parameters, &auzu_pos, tevStr.mRoomNo); + mAuzuId = fopAcM_create(PROC_Obj_Auzu, auzu_parameters, &auzu_pos, tevStr.mRoomNo); #endif setEffect(dPa_name::ID_IT_SN_DO_APPSHIBUKI00); |
