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

Comparing deliantra/server/common/exp.C (file contents):
Revision 1.22 by root, Fri Nov 6 12:49:19 2009 UTC vs.
Revision 1.23 by root, Fri Nov 6 13:03:34 2009 UTC

74}; 74};
75 75
76/* 76/*
77 * Returns true if the monster specified has any innate abilities. 77 * Returns true if the monster specified has any innate abilities.
78 */ 78 */
79int 79static int
80has_ability (const object *ob) 80has_ability (const object *ob)
81{ 81{
82 object *tmp; 82 object *tmp;
83 83
84 for (tmp = ob->inv; tmp != NULL; tmp = tmp->below) 84 for (tmp = ob->inv; tmp != NULL; tmp = tmp->below)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines