| 1439 | } |
| 1440 | |
| 1441 | S32 zNPCGoalBPlanktonIdle::Enter(F32 dt, void* ctxt) |
| 1442 | { |
| 1443 | F32 tmpFloat; |
| 1444 | F32 local_24[3]; |
| 1445 | |
| 1446 | owner.reappear(); |
| 1447 | owner.flag.attacking = false; |
| 1448 | owner.refresh_orbit(); |
| 1449 | owner.reset_speed(); |
| 1450 | owner.flag.follow = owner.FOLLOW_NONE; |
| 1451 | get_yaw(tmpFloat, dt); |
| 1452 | apply_yaw(tmpFloat); |
| 1453 | return zNPCGoalCommon::Enter(dt, ctxt); |
| 1454 | } |
| 1455 | |
| 1456 | S32 zNPCGoalBPlanktonIdle::Exit(F32 dt, void* ctxt) |
| 1457 | { |
nothing calls this directly
no test coverage detected