Difference for common/anim.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_anim_c =   * static char *rcsid_anim_c =
  *   "$Id: anim.c,v 1.19 2005/11/27 14:16:45 ryo_saeba Exp $";   *   "$Id: anim.c,v 1.20 2005/12/05 23:34:03 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 31
 
Line 31
 #include <global.h>  #include <global.h>
 #include <stdio.h>  #include <stdio.h>
   
 void free_all_anim() {  void free_all_anim(void) {
     int i;      int i;
   
     for (i=0; i<=num_animations; i++) {      for (i=0; i<=num_animations; i++) {
Line 41
 
Line 41
     free(animations);      free(animations);
 }  }
   
 void init_anim() {  void init_anim(void) {
     char buf[MAX_BUF];      char buf[MAX_BUF];
     FILE *fp;      FILE *fp;
     static int anim_init=0;      static int anim_init=0;


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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