| 1745 | } |
| 1746 | |
| 1747 | S32 zNPCGoalDutchmanInitiate::Enter(F32 dt, void* updCtxt) |
| 1748 | { |
| 1749 | owner.get_orbit(); |
| 1750 | owner.nav_curr->PosGet(); |
| 1751 | |
| 1752 | return zNPCGoalCommon::Enter(dt, updCtxt); |
| 1753 | } |
| 1754 | |
| 1755 | S32 zNPCGoalDutchmanInitiate::Exit(F32 dt, void* updCtxt) |
| 1756 | { |
nothing calls this directly
no test coverage detected