version 1.20 | | version 1.21 |
---|
| | |
/* | | /* |
* static char *rcsid_anim_c = | | * static char *rcsid_anim_c = |
* "$Id: anim.c,v 1.20 2005/12/05 23:34:03 akirschbaum Exp $"; | | * "$Id: anim.c,v 1.21 2006/02/09 00:48:36 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
LOG(llevDebug,"done. got (%d)\n", num_animations); | | LOG(llevDebug,"done. got (%d)\n", num_animations); |
} | | } |
| | |
static int anim_compare(Animations *a, Animations *b) { | | static int anim_compare(const Animations *a, const Animations *b) { |
return strcmp(a->name, b->name); | | return strcmp(a->name, b->name); |
} | | } |
| | |