ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.95 by root, Thu Nov 5 15:57:16 2009 UTC vs.
Revision 1.96 by root, Fri Nov 6 13:21:20 2009 UTC

88 sint64 ACC (RW, total_exp); 88 sint64 ACC (RW, total_exp);
89 uint32 ACC (RW, kills); 89 uint32 ACC (RW, kills);
90}; 90};
91 91
92// used for pet monster logic etc. 92// used for pet monster logic etc.
93static bool 93static inline bool
94same_party (partylist *a, partylist *b) 94same_party (partylist *a, partylist *b)
95{ 95{
96 return a == b && a; 96 return a == b && a;
97} 97}
98 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines