| 31 | } |
| 32 | |
| 33 | S32 zNPCGoalDuploLive::Enter(F32 dt, void* updCtxt) |
| 34 | { |
| 35 | livestat = LIVESTAT_NORMAL; |
| 36 | tmr_chkPlyrDist = 20.0f; |
| 37 | |
| 38 | return zNPCGoalCommon::Enter(dt, updCtxt); |
| 39 | } |
| 40 | |
| 41 | S32 zNPCGoalDuploLive::Process(en_trantype* trantype, F32 dt, void* updCtxt, xScene* xscn) |
| 42 | { |