Difference for server/spell_util.c from version 1.71 to 1.72


version 1.71 version 1.72
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.71 2002/12/25 06:45:46 garbled Exp $";   *   "$Id: spell_util.c,v 1.72 2003/01/04 00:28:52 mwedel Exp $";
  */   */
   
   
Line 1520
 
Line 1520
   
 void move_missile(object *op) {  void move_missile(object *op) {
   int i;    int i;
   object *owner, *tmp;    object *owner;
   sint16 new_x, new_y;    sint16 new_x, new_y;
   
   owner = get_owner(op);    owner = get_owner(op);


Legend:
line(s) removed in v.1.71 
line(s) changed
 line(s) added in v.1.72

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