23 {
24 if (!m_CatchingContext)
25 {
26 int updateCount = m_MaxActiveTime/m_UpdateWaitTime;
27 Param2<EntityAI,int> par = new Param2<EntityAI,int>(this,updateCount);
28 m_CatchingContext = new CatchingContextTrapFishSmall(par);
29 }
30
31 super.InitCatchingComponent();
32 }