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


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_anim_c =   * static char *rcsid_anim_c =
  *   "$Id: anim.c,v 1.18 2005/09/04 16:58:12 akirschbaum Exp $";   *   "$Id: anim.c,v 1.19 2005/11/27 14:16:45 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 124
 
Line 124
 /* Tries to find the animation id that matches name.  Returns an integer match   /* Tries to find the animation id that matches name.  Returns an integer match
  * 0 if no match found (animation 0 is initialized as the 'bug' face   * 0 if no match found (animation 0 is initialized as the 'bug' face
  */   */
 int find_animation(char *name)  int find_animation(const char *name)
 {  {
     Animations search, *match;      Animations search, *match;
   


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

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