| 340 | } |
| 341 | |
| 342 | void zNPCB_SB1::Reset() |
| 343 | { |
| 344 | SB1_ResetGlobalStuff(); |
| 345 | this->zNPCCommon::Reset(); |
| 346 | this->attacking = 1; |
| 347 | this->attack_delay = 0.0f; |
| 348 | |
| 349 | if (this->psy_instinct) |
| 350 | { |
| 351 | this->psy_instinct->GoalSet(NPC_GOAL_BOSSSB1IDLE, 0); |
| 352 | } |
| 353 | } |
| 354 | |
| 355 | U32 zNPCB_SB1::AnimPick(S32 gid, en_NPC_GOAL_SPOT gspot, xGoal* goal) |
| 356 | { |
nothing calls this directly
no test coverage detected