Difference for server/skills.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_skills_c =   * static char *rcsid_skills_c =
  *   "$Id: skills.c,v 1.23 2002/01/25 10:53:37 gros Exp $";   *   "$Id: skills.c,v 1.24 2002/02/06 05:54:47 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
   
     Copyright (C) 2000 Mark Wedel      Copyright (C) 2001 Mark Wedel & Crossfire Development Team
     Copyright (C) 1992 Frank Tore Johansen      Copyright (C) 1992 Frank Tore Johansen
   
     This program is free software; you can redistribute it and/or modify      This program is free software; you can redistribute it and/or modify
Line 22
 
Line 22
     along with this program; if not, write to the Free Software      along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   
     The author can be reached via e-mail to mwedel@scruz.net      The authors can be reached via e-mail to crossfire-devel@real-time.com
 */  */
   
 /* Initial coding: 6 Sep 1994, Nick Williams (njw@cs.city.ac.uk) */  /* Initial coding: 6 Sep 1994, Nick Williams (njw@cs.city.ac.uk) */
Line 1019
 
Line 1019
     object *item;      object *item;
     char *string=params;      char *string=params;
     int msgtype;      int msgtype;
     int i;  
   
     if(pl->type!=PLAYER) return 0;      if(pl->type!=PLAYER) return 0;
     if (!params) {      if (!params) {


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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