Difference for server/time.c from version 1.90 to 1.91


version 1.90 version 1.91
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_time_c =   * static char *rcsid_time_c =
  *    "$Id: time.c,v 1.90 2006/07/02 15:32:35 tchize Exp $";   *    "$Id: time.c,v 1.91 2006/07/28 21:13:14 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1058
 
Line 1058
 void move_duplicator(object *op) {  void move_duplicator(object *op) {
     object *tmp;      object *tmp;
   
       if ( !op->other_arch ) {
           LOG(llevInfo, "Duplicator with no other_arch! %d %d %s\n", op->x, op->y, op->map ? op->map->path : "nullmap");
           return;
       }
   
     if (op->above == NULL)      if (op->above == NULL)
  return;   return;
     for (tmp=op->above; tmp != NULL; tmp=tmp->above) {      for (tmp=op->above; tmp != NULL; tmp=tmp->above) {


Legend:
line(s) removed in v.1.90 
line(s) changed
 line(s) added in v.1.91

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