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.40 by root, Wed Nov 16 23:42:02 2016 UTC vs.
Revision 1.41 by root, Sun Jan 29 02:47:05 2017 UTC

213 goto reply; 213 goto reply;
214 } 214 }
215 } 215 }
216 216
217 /* Forms the party struct for a party called 'params'. it is the responsibility 217 /* Forms the party struct for a party called 'params'. it is the responsibility
218 * of the caller to ensure that the name is unique, and that it is placed in the 218 * of the caller to ensure that the name is unique, and that it is placed in the
219 * main party list correctly */ 219 * main party list correctly */
220 220
221 party = salloc0<partylist> (); 221 party = salloc0<partylist> ();
222 party->partyname = strdup (params); 222 party->partyname = strdup (params);
223 party->total_exp = 0; 223 party->total_exp = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines