version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_c_party_c = | | * static char *rcsid_c_party_c = |
* "$Id: c_party.c,v 1.18 2005/10/11 23:26:32 cavesomething Exp $"; | | * "$Id: c_party.c,v 1.19 2005/10/28 19:08:53 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
params += 5; | | params += 5; |
if (op->contr->party) oldparty = op->contr->party; | | if (op->contr->party) oldparty = op->contr->party; |
| | else oldparty = NULL; |
| | |
if (firstparty) { | | if (firstparty) { |
for (tmpparty = firstparty; tmpparty != NULL;tmpparty = tmpparty->next) { | | for (tmpparty = firstparty; tmpparty != NULL;tmpparty = tmpparty->next) { |