--- deliantra/server/common/anim.C 2007/01/19 17:50:10 1.18 +++ deliantra/server/common/anim.C 2007/02/05 02:17:28 1.19 @@ -136,9 +136,9 @@ } static int -anim_compare (const animation * a, const animation * b) +anim_compare (const animation *a, const animation *b) { - return strcmp (a->name, b->name); + return std::strcmp (a->name, b->name); } /* Tries to find the animation id that matches name. Returns an integer match