diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2026-05-28 13:59:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-28 13:59:57 -0400 |
| commit | ce8aa593df4be276da550e39e966f31124351386 (patch) | |
| tree | 888109778ed05f858645fff4fea390d7e3b7a271 /src/d/actor/d_a_fganon.cpp | |
| parent | 8b46c357e4b435b8bee091b66300816a8f508d8d (diff) | |
d_a_tn - 99% matching (#994)
Co-authored-by: < >
Diffstat (limited to 'src/d/actor/d_a_fganon.cpp')
| -rw-r--r-- | src/d/actor/d_a_fganon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_fganon.cpp b/src/d/actor/d_a_fganon.cpp index da84dc3a..794b89e1 100644 --- a/src/d/actor/d_a_fganon.cpp +++ b/src/d/actor/d_a_fganon.cpp @@ -2945,7 +2945,7 @@ static cPhs_State daFganon_Create(fopAc_ac_c* a_this) { deru_brk(i_this); } e_this->initBt(REG8_F(8) + 300.0f, 300.0f); - i_this->mCapeID = fopAcM_create(fpcNm_MANT_e, 1, &a_this->current.pos, fopAcM_GetRoomNo(a_this)); + i_this->mCapeID = fopAcM_create(fpcNm_MANT_e, mant_class::Type_PHANTOM_GANON_e, &a_this->current.pos, fopAcM_GetRoomNo(a_this)); daFganon_Execute(i_this); } return res2; |
