Difference for server/apply.c from version 1.149 to 1.150


version 1.149 version 1.150
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.149 2005/11/16 08:16:08 mwedel Exp $";   *   "$Id: apply.c,v 1.150 2005/12/02 21:09:13 akirschbaum Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1349
 
Line 1349
   
     /* Lauwenmark: Handle for plugin trigger event */      /* Lauwenmark: Handle for plugin trigger event */
     if (execute_event(trap, EVENT_TRIGGER,originator,victim,NULL,SCRIPT_FIX_ALL)!=0)      if (execute_event(trap, EVENT_TRIGGER,originator,victim,NULL,SCRIPT_FIX_ALL)!=0)
         return;          goto leave;
   
     switch (trap->type) {      switch (trap->type) {
  case PLAYERMOVER:   case PLAYERMOVER:


Legend:
line(s) removed in v.1.149 
line(s) changed
 line(s) added in v.1.150

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