| 613 | } |
| 614 | |
| 615 | void NCIN_WaterSplash(const zCutsceneMgr*, NCINEntry* fxrec, S32 killit) |
| 616 | { |
| 617 | if (killit != 0) |
| 618 | { |
| 619 | fxrec->flg_stat |= 4; |
| 620 | } |
| 621 | else if (fxrec->flg_stat & 2) |
| 622 | { |
| 623 | NPCC_MakeASplash(&fxrec->pos_A[0], -1.0f); |
| 624 | fxrec->flg_stat |= 4; |
| 625 | } |
| 626 | } |
| 627 | |
| 628 | void NCIN_HazProjShoot(const zCutsceneMgr* mgr, NCINEntry* fxrec, S32 param) |
| 629 | { |
nothing calls this directly
no test coverage detected