diff options
| author | hev7 <143887945+hev7@users.noreply.github.com> | 2025-10-21 19:37:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 21:37:13 +0300 |
| commit | 7d2e6ba444de8cd6fc0b3d16d56387db53984173 (patch) | |
| tree | 30bed7638c86975e6feaa0ccefe00fbdd8de3d9b /src/d/actor/d_a_midna.cpp | |
| parent | 9155add1f655667a89c39f9573d634c4dc358885 (diff) | |
d_a_npc_len matching (#2748)
* d_a_npc_len matching
* HIO
* more work on len
* d_a_midna work for PAL
* mg_rod PAL work
Diffstat (limited to 'src/d/actor/d_a_midna.cpp')
| -rw-r--r-- | src/d/actor/d_a_midna.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/actor/d_a_midna.cpp b/src/d/actor/d_a_midna.cpp index c82604c51f..efb48eee02 100644 --- a/src/d/actor/d_a_midna.cpp +++ b/src/d/actor/d_a_midna.cpp @@ -108,8 +108,10 @@ daMidna_hio_c0::param const daMidna_hio_c0::m = { 25.0f, }; +#if VERSION != VERSION_GCN_PAL bool daMidna_matAnm_c::sEyeMoveFlg; u8 daMidna_matAnm_c::sMorfFrame; +#endif /* 804BC218-804BC248 000078 0030+00 2/2 0/0 0/0 .text init__16daMidna_matAnm_cFv */ void daMidna_matAnm_c::init() { |
