Difference for common/arch.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.3 2000/04/27 07:04:18 cvs Exp $";   *   "$Id: arch.c,v 1.4 2001/02/11 09:12:12 cvs Exp $";
  */   */
   
 /*  /*
Line 164
 
Line 164
   
   op=get_object();    op=get_object();
   op->arch=first_archetype=at=get_archetype_struct();    op->arch=first_archetype=at=get_archetype_struct();
   while((i=load_object(fp,op,first))) {    while((i=load_object(fp,op,first,0))) {
     first=0;      first=0;
     copy_object(op,&at->clone);      copy_object(op,&at->clone);
     at->clone.speed_left= -0.1;      at->clone.speed_left= -0.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:05