| 986 | } |
| 987 | |
| 988 | S32 zNPCGoalPrawnIdle::Enter(float dt, void* updCtxt) |
| 989 | { |
| 990 | zNPCPrawn& prawn = *((zNPCPrawn*)this->psyche->clt_owner); |
| 991 | prawn.face_player = 1; |
| 992 | prawn.delay = 0; |
| 993 | prawn.set_floor_state(prawn.FS_DANGER, false, false); |
| 994 | return zNPCGoalCommon::Enter(dt, updCtxt); |
| 995 | } |
| 996 | |
| 997 | S32 zNPCGoalPrawnIdle::Exit(float dt, void* updCtxt) |
| 998 | { |
nothing calls this directly
no test coverage detected