Difference for server/apply.c from version 1.104 to 1.105


version 1.104 version 1.105
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.104 2004/04/25 07:17:40 mwedel Exp $";   *   "$Id: apply.c,v 1.105 2004/04/26 05:27:36 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 2047
 
Line 2047
       new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save.");        new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save.");
       return;        return;
     }      }
       /* Need to call terminate_all_pets()  before we remove the player ob */
       terminate_all_pets(pl);
     remove_ob(pl);      remove_ob(pl);
     pl->direction=0;      pl->direction=0;
     new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, pl,      new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, pl,


Legend:
line(s) removed in v.1.104 
line(s) changed
 line(s) added in v.1.105

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