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

Comparing deliantra/server/server/plugins.C (file contents):
Revision 1.32 by root, Fri Dec 22 16:34:00 2006 UTC vs.
Revision 1.33 by root, Sat Dec 23 06:21:02 2006 UTC

3542 3542
3543 case CFAPI_PARTY_PROP_PLAYER: 3543 case CFAPI_PARTY_PROP_PLAYER:
3544 *type = CFAPI_PPLAYER; 3544 *type = CFAPI_PPLAYER;
3545 obarg = va_arg (args, object *); 3545 obarg = va_arg (args, object *);
3546 3546
3547 pl = (obarg ? obarg->contr : first_player); 3547 pl = (obarg ? (player *)obarg->contr : first_player);
3548 rv = NULL; 3548 rv = NULL;
3549 for (; pl != NULL; pl = pl->next) 3549 for (; pl != NULL; pl = pl->next)
3550 if (pl->ob->contr->party == party) 3550 if (pl->ob->contr->party == party)
3551 { 3551 {
3552 rv = (void *) pl; 3552 rv = (void *) pl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines