Difference for server/resurrection.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_resurrection_c =   * static char *rcsid_resurrection_c =
  *   "$Id: resurrection.c,v 1.2 1999/07/13 06:03:04 cvs Exp $";   *   "$Id: resurrection.c,v 1.3 2000/05/26 09:50:49 jec Exp $";
  */   */
   
 /*  /*
Line 109
 
Line 109
        if(newob != NULL){         if(newob != NULL){
           newob->x = temp->x;            newob->x = temp->x;
           newob->y = temp->y;            newob->y = temp->y;
           insert_ob_in_map( newob, temp->map);            insert_ob_in_map( newob, temp->map, op);
        }         }
  leveldead=temp->level;   leveldead=temp->level;
        remove_ob(temp);         remove_ob(temp);


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

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