| 3367 | } |
| 3368 | |
| 3369 | void zNPCGoalDogLaunch::ViciousAttack(xVec3* pos_src, xVec3* pos_tgt, zMovePoint* mvpt, S32 unk) |
| 3370 | { |
| 3371 | zNPCRobot* npc = (zNPCRobot*)(psyche->clt_owner); |
| 3372 | this->flg_launch = 0; |
| 3373 | if (unk != 0) |
| 3374 | { |
| 3375 | this->flg_launch |= 1; |
| 3376 | } |
| 3377 | this->pos_src = *pos_src; |
| 3378 | this->pos_tgt = *pos_tgt; |
| 3379 | npc->MvptReset(mvpt); |
| 3380 | this->flg_info |= 0x10; |
| 3381 | } |
| 3382 | |
| 3383 | void zNPCGoalDogLaunch::FurryFlurry() |
| 3384 | { |
no test coverage detected