| 57 | } |
| 58 | |
| 59 | S32 zNPCGoalPushAnim::Enter(F32 dt, void* updCtxt) |
| 60 | { |
| 61 | flg_pushanim &= (1 << 16) | (1 << 2) | (1 << 1); |
| 62 | lastAnimTime = -1.0f; |
| 63 | |
| 64 | return zNPCGoalCommon::Enter(dt, updCtxt); |
| 65 | } |
| 66 | |
| 67 | S32 zNPCGoalPushAnim::Exit(F32 dt, void* updCtxt) |
| 68 | { |
nothing calls this directly
no test coverage detected