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

Comparing deliantra/server/server/c_party.C (file contents):
Revision 1.17 by root, Sun Mar 18 03:05:40 2007 UTC vs.
Revision 1.18 by root, Thu May 17 14:14:55 2007 UTC

24 24
25#include <global.h> 25#include <global.h>
26#include <sproto.h> 26#include <sproto.h>
27#include <spells.h> 27#include <spells.h>
28 28
29#ifdef COZY_SERVER
30// used for pet monster logic etc.
31int
32same_party (partylist *a, partylist *b)
33{
34 return a == b && a;
35}
36#endif
37
38static partylist *firstparty = NULL; /* Keeps track of first party in list */ 29static partylist *firstparty = NULL; /* Keeps track of first party in list */
39static partylist *lastparty = NULL; /*Keeps track of last party in list */ 30static partylist *lastparty = NULL; /*Keeps track of last party in list */
40 31
41partylist * 32partylist *
42get_firstparty (void) 33get_firstparty (void)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines