| 348 | } |
| 349 | |
| 350 | S32 zNPCGoalIdle::Suspend(F32 dt, void* updCtxt) |
| 351 | { |
| 352 | zNPCCommon* npc = (zNPCCommon*)psyche->clt_owner; |
| 353 | npc->RestoreColFlags(); |
| 354 | |
| 355 | return xGoal::Suspend(dt, updCtxt); |
| 356 | } |
| 357 | |
| 358 | S32 zNPCGoalIdle::Resume(F32 dt, void* updCtxt) |
| 359 | { |
no test coverage detected