Difference for common/anim.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_anim_c =   * static char *rcsid_anim_c =
  *   "$Id: anim.c,v 1.12 2002/07/15 04:25:39 mwedel Exp $";   *   "$Id: anim.c,v 1.13 2003/02/24 07:38:38 mwedel Exp $";
  */   */
   
 /*  /*
Line 180
 
Line 180
     }      }
     else if (NUM_FACINGS(op)==8) {      else if (NUM_FACINGS(op)==8) {
  if (dir==0) base_state=0;   if (dir==0) base_state=0;
  else base_state = (dir-1)*(NUM_ANIMATIONS(op)/4);    else base_state = (dir-1)*(NUM_ANIMATIONS(op)/8);
     }      }
   
     /* If beyond drawable states, reset */      /* If beyond drawable states, reset */
Line 204
 
Line 204
 #endif  #endif
     if(op->more)      if(op->more)
  animate_object(op->more);   animate_object(op->more);
   
     /* update_object will also recursively update all the pieces.      /* update_object will also recursively update all the pieces.
      * as such, we call it last, and only call it for the head       * as such, we call it last, and only call it for the head
      * piece, and not for the other tail pieces.       * piece, and not for the other tail pieces.


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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