version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* 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; |
| | |