Difference for common/anim.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_anim_c =   * static char *rcsid_anim_c =
  *   "$Id: anim.c,v 1.4 2001/01/24 05:01:36 cvs Exp $";   *   "$Id: anim.c,v 1.5 2001/05/09 06:58:11 mwedel Exp $";
  */   */
   
 /*  /*
Line 31
 
Line 31
 #include <global.h>  #include <global.h>
 #include <stdio.h>  #include <stdio.h>
   
   void free_all_anim() {
       int i;
   
       for (i=0; i<num_animations; i++) {
    free_string(animations[i].name);
    free(animations[i].faces);
       }
       free(animations);
   }
   
 void init_anim() {  void init_anim() {
     char buf[MAX_BUF];      char buf[MAX_BUF];
     FILE *fp;      FILE *fp;


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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