--- deliantra/server/common/anim.c 2006/02/03 07:11:29 1.1.1.1 +++ deliantra/server/common/anim.c 2006/02/22 18:01:17 1.1.1.2 @@ -117,7 +117,7 @@ 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); }