Difference for server/c_wiz.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.3 2000/04/17 14:18:13 jec Exp $";   *   "$Id: c_wiz.c,v 1.4 2000/04/27 07:35:01 cvs Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
   
     Copryight (C) 1994 Mark Wedel      Copryight (C) 2000 Mark Wedel
     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 master@rahul.net      The author can be reached via e-mail to mwedel@scruz.net
 */  */
   
 /*  /*
Line 86
 
Line 86
     new_draw_info_format(NDI_UNIQUE,0,op,"No such god %s.",str);      new_draw_info_format(NDI_UNIQUE,0,op,"No such god %s.",str);
     return 1;      return 1;
     }      }
     become_follower(ob,str);      become_follower(ob,find_god(str));
     return 1;      return 1;
 }  }
   


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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