| 2951 | } |
| 2952 | |
| 2953 | void zNPCGoalAttackHammer::FXStreakPrep() |
| 2954 | { |
| 2955 | streakID[0] = NPCC_StreakCreate(NPC_STRK_HAMMERSMASH_HORZ); |
| 2956 | streakID[1] = NPCC_StreakCreate(NPC_STRK_HAMMERSMASH_VERT); |
| 2957 | } |
| 2958 | |
| 2959 | void zNPCGoalAttackHammer::FXStreakDone() |
| 2960 | { |
nothing calls this directly
no test coverage detected