Difference for server/apply.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.15 2000/06/09 12:01:46 jec Exp $";   *   "$Id: apply.c,v 1.16 2000/06/13 20:55:50 jec Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1530
 
Line 1530
     decrease_ob(tmp);      decrease_ob(tmp);
   
     /* Done to re-stack map with player on top? */      /* Done to re-stack map with player on top? */
       SET_FLAG (op, FLAG_NO_APPLY);
     remove_ob(op);      remove_ob(op);
     insert_ob_in_map(op,op->map,NULL);      insert_ob_in_map(op,op->map,NULL);
       CLEAR_FLAG (op, FLAG_NO_APPLY);
 }  }
   
   


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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