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.16 by pippijn, Thu Mar 1 12:28:16 2007 UTC vs.
Revision 1.17 by root, Sun Mar 18 03:05:40 2007 UTC

156 remove_party (party); 156 remove_party (party);
157 } 157 }
158} 158}
159 159
160void 160void
161add_kill_to_party (partylist *party, char *killer, char *dead, long exp) 161add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp)
162{ 162{
163 int i, pos; 163 int i, pos;
164 164
165 if (party == NULL) 165 if (party == NULL)
166 return; 166 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines