diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-16 15:24:19 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-16 15:24:19 -0400 |
| commit | 08c9098dcf9bd4e8ada47de6d9ce2d1aa741b78f (patch) | |
| tree | 6e391fa89f956782b770e0357f6bd78d5136ae4e /src/d/actor/d_a_obj_pfall.cpp | |
| parent | 71ef7208ac4911ce4d61a58fc9d02584f200efba (diff) | |
Also mark NZ_JNT as an ambiguous name
Diffstat (limited to 'src/d/actor/d_a_obj_pfall.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_pfall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_pfall.cpp b/src/d/actor/d_a_obj_pfall.cpp index 2b9c2b4f..c2600f7a 100644 --- a/src/d/actor/d_a_obj_pfall.cpp +++ b/src/d/actor/d_a_obj_pfall.cpp @@ -406,7 +406,7 @@ void daObj_Pfall_c::nz_draw() { J3DModel* pModel = mpMorf->getModel(); J3DModelData* pModelData = pModel->getModelData(); - J3DJoint* rootJoint = pModelData->getJointNodePointer(NZ_JNT_KOSI_e); + J3DJoint* rootJoint = pModelData->getJointNodePointer(PFALL_NZ_JNT_KOSI_e); J3DShape* matShape = pModelData->getMaterialNodePointer(0)->getShape(); J3DShape* matShape2 = pModelData->getMaterialNodePointer(1)->getShape(); |
