Difference for server/gods.c from version 1.48 to 1.49


version 1.48 version 1.49
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_gods_c =   * static char *rcsid_gods_c =
  *   "$Id: gods.c,v 1.48 2005/08/12 08:18:59 ryo_saeba Exp $";   *   "$Id: gods.c,v 1.49 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 246
 
Line 246
         CFP.Value[6] = &m;          CFP.Value[6] = &m;
         CFP.Value[7] = &m;          CFP.Value[7] = &m;
         CFP.Value[8] = &l;          CFP.Value[8] = &l;
         CFP.Value[9] = evt->hook;          CFP.Value[9] = (void*)evt->hook;
         CFP.Value[10]= evt->options;          CFP.Value[10]= (void*)evt->options;
         if (findPlugin(evt->plugin)>=0)          if (findPlugin(evt->plugin)>=0)
         {          {
             CFR = (PlugList[findPlugin(evt->plugin)].eventfunc) (&CFP);              CFR = (PlugList[findPlugin(evt->plugin)].eventfunc) (&CFP);


Legend:
line(s) removed in v.1.48 
line(s) changed
 line(s) added in v.1.49

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:32