diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-07-06 03:14:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 03:14:00 -0700 |
| commit | 2a8e8ebbfcd8d7f765aa75e41d73f2827e1deea1 (patch) | |
| tree | 8fa8317c1de06a8b4645b9e9531857427fa5d757 /include | |
| parent | 45e969e77e088be69b1702cbcf02c20a911e93ba (diff) | |
d_a_obj_magLiftRot matching (#2519)
* beautify_anm_data v2.0
* d_a_obj_magLiftRot matching
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_magLiftRot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_magLiftRot.h b/include/d/actor/d_a_obj_magLiftRot.h index c981f9d089..9f3c13ffa9 100644 --- a/include/d/actor/d_a_obj_magLiftRot.h +++ b/include/d/actor/d_a_obj_magLiftRot.h @@ -64,7 +64,7 @@ STATIC_ASSERT(sizeof(daMagLiftRot_c) == 0x634); class daMagLiftRot_HIO_c : public mDoHIO_entry_c { public: /* 80C8E94C */ daMagLiftRot_HIO_c(); - /* 80C8FA3C */ virtual ~daMagLiftRot_HIO_c(); + /* 80C8FA3C */ virtual ~daMagLiftRot_HIO_c() {} void genMessage(JORMContext*); |
