Difference for server/time.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_time_c =   * static char *rcsid_time_c =
  *    "$Id: time.c,v 1.15 2000/11/18 03:32:34 peterm Exp $";   *    "$Id: time.c,v 1.16 2000/11/19 07:33:30 peterm Exp $";
  */   */
   
 /*  /*
Line 1098
 
Line 1098
   case AURA:    case AURA:
     move_aura(op);      move_aura(op);
     return 0;      return 0;
     case PEACEMAKER:
       move_peacemaker(op);
       return 0;
   }    }
   
   return 0;    return 0;


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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