| 119 | } |
| 120 | |
| 121 | S32 zNPCGoalPushAnim::Resume(F32 dt, void* updCtxt) |
| 122 | { |
| 123 | flg_pushanim |= (1 << 0); |
| 124 | |
| 125 | return zNPCGoalCommon::Resume(dt, updCtxt); |
| 126 | } |
| 127 | |
| 128 | S32 zNPCGoalLoopAnim::Enter(F32 dt, void* updCtxt) |
| 129 | { |
nothing calls this directly
no test coverage detected