diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 17:48:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 17:48:51 -0400 |
| commit | 4efda6f35537a2d546841d1eb9579563bb581ab8 (patch) | |
| tree | f349c9f5d0ccff91c2bb919d9d0ab908118567f4 /src/d/actor/d_a_npc_tc.cpp | |
| parent | 2115d05965267975bde15c7d898c9fd7f3bbde68 (diff) | |
Minor cleanup
Inlines, wrong indentation, enums, private fields, etc
Diffstat (limited to 'src/d/actor/d_a_npc_tc.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_tc.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/d/actor/d_a_npc_tc.cpp b/src/d/actor/d_a_npc_tc.cpp index 9ade0000..f11fb747 100644 --- a/src/d/actor/d_a_npc_tc.cpp +++ b/src/d/actor/d_a_npc_tc.cpp @@ -1117,7 +1117,6 @@ void daNpc_Tc_c::lookBack() { dstPos = &temp6; temp3.set(current.pos); temp3.y = eyePos.y; - } else if (mHasAttention){ temp6 = dNpc_playerEyePos(l_HIO.mNpc.m04); dstPos = &temp6; @@ -1232,7 +1231,6 @@ void daNpc_Tc_c::statusWalkToJail() { dComIfGs_onEventBit(dSv_event_flag_c::UNK_0B40); mHasTalkedNearJail = true; return; - } mStatus = STATUS_TALK_NEAR_JAIL; } else if (mHasAttention) { @@ -1293,7 +1291,6 @@ void daNpc_Tc_c::statusWaitNearJail() { dComIfGs_onEventBit(dSv_event_flag_c::UNK_0B40); mHasTalkedNearJail = true; return; - } mStatus = STATUS_TALK_NEAR_JAIL; } else if (mHasAttention) { @@ -1323,7 +1320,6 @@ void daNpc_Tc_c::statusWalkToStool() { if (speedF == 0.0f) { mStatus = STATUS_WALK_TO_JAIL; } - } else { mStoolLookPos.set(mStoolPos); cLib_targetAngleY(¤t.pos, &mWalkToStoolPos); @@ -1707,7 +1703,6 @@ void daNpc_Tc_c::setTower() { temp = l_HIO.field_0x6C; temp2 = l_HIO.field_0x78; break; - } switch(mType) { @@ -1769,7 +1764,6 @@ BOOL daNpc_Tc_c::_execute() { case 0: mAnmPrmIdx = ANM_PRM_IDX_WAIT01; break; - } } else { mAnmPrmIdx = ANM_PRM_IDX_WAIT01; |
