ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/anim.C
(Generate patch)

Comparing deliantra/server/common/anim.C (file contents):
Revision 1.13 by pippijn, Tue Jan 2 23:39:21 2007 UTC vs.
Revision 1.14 by pippijn, Wed Jan 3 00:21:34 2007 UTC

139{ 139{
140 return strcmp (a->name, b->name); 140 return strcmp (a->name, b->name);
141} 141}
142 142
143/* Tries to find the animation id that matches name. Returns an integer match 143/* Tries to find the animation id that matches name. Returns an integer match
144 * 0 if no match found (animation 0 is initialized as the 'bug' face 144 * 0 if no match found (animation 0 is initialised as the 'bug' face
145 */ 145 */
146int 146int
147find_animation (const char *name) 147find_animation (const char *name)
148{ 148{
149 Animations 149 Animations

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines