diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-08-22 22:58:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-23 08:58:29 +0300 |
| commit | 0a8679f92eaf0ca12e3413b0c4fdda7e7cf81a2a (patch) | |
| tree | 89b3f9772b58f87c4e110ad74c72b5097d45a491 /src/d/actor/d_a_obj_lp.cpp | |
| parent | aec2c0987d96057fc3d31c9aea1e9c03bd39421e (diff) | |
d_a_mg_rod mostly done (#2598)
* d_a_mg_rod mostly done
* pr
Diffstat (limited to 'src/d/actor/d_a_obj_lp.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_lp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_lp.cpp b/src/d/actor/d_a_obj_lp.cpp index 43ec98d1df..e2512563e6 100644 --- a/src/d/actor/d_a_obj_lp.cpp +++ b/src/d/actor/d_a_obj_lp.cpp @@ -241,8 +241,8 @@ static int daObj_Lp_Execute(obj_lp_class* i_this) { if (mCanoe) { tandem = mCanoe->checkTandem(); dmg_rod_class* mDmgRod = (dmg_rod_class*)fopAcM_SearchByName(0x2e4); - if (((mDmgRod && mDmgRod->field_0x13b4 == 11) && - mDmgRod->field_0x13b6 > 20) && mDmgRod->field_0x13b6 < 0x3c) { + if (((mDmgRod && mDmgRod->play_cam_mode == 11) && + mDmgRod->play_cam_timer > 20) && mDmgRod->play_cam_timer < 0x3c) { demo_f = 1; } else { demo_f = 0; |
