Difference for server/apply.c from version 1.35 to 1.36


version 1.35 version 1.36
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.35 2001/04/08 02:48:45 darth_bob Exp $";   *   "$Id: apply.c,v 1.36 2001/04/27 06:16:38 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 59
 
Line 59
     object *id, *marked;      object *id, *marked;
     int success=0;      int success=0;
   
     if (pl == NULL && pl->type != PLAYER)      if (pl == NULL || pl->type != PLAYER)
       return 0;        return 0;
   
     /* Check for MONEY type is a special hack - it prevents 'nothing needs      /* Check for MONEY type is a special hack - it prevents 'nothing needs


Legend:
line(s) removed in v.1.35 
line(s) changed
 line(s) added in v.1.36

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