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


version 1.48 version 1.49
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.48 2005/10/28 23:43:31 akirschbaum Exp $";   *   "$Id: plugins.c,v 1.49 2005/10/29 09:34:02 ryo_saeba Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 217
 
Line 217
             for(cp=plugins_list; cp != NULL; cp=cp->next)              for(cp=plugins_list; cp != NULL; cp=cp->next)
             {              {
                 if (cp->gevent[eventcode]!=NULL)                  if (cp->gevent[eventcode]!=NULL)
                     cp->gevent[eventcode](&rt,eventcode,op);                      cp->gevent[eventcode](&rt,eventcode);
             }              }
             break;              break;
         case EVENT_PLAYER_DEATH:          case EVENT_PLAYER_DEATH:


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:42