Difference for server/apply.c from version 1.157 to 1.158


version 1.157 version 1.158
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.157 2006/01/09 19:35:13 cavesomething Exp $";   *   "$Id: apply.c,v 1.158 2006/01/15 16:50:32 ryo_saeba Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 2208
 
Line 2208
       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;
     }      }
   
       /* Lauwenmark : Here we handle the LOGOUT global event */
       execute_global_event(EVENT_LOGOUT, pl->contr, pl->contr->socket.host);
   
     /* Need to call terminate_all_pets()  before we remove the player ob */      /* Need to call terminate_all_pets()  before we remove the player ob */
     terminate_all_pets(pl);      terminate_all_pets(pl);
     remove_ob(pl);      remove_ob(pl);


Legend:
line(s) removed in v.1.157 
line(s) changed
 line(s) added in v.1.158

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