version 1.21 | | version 1.22 |
---|
| | |
/* | | /* |
* static char *rcsid_sock_info_c = | | * static char *rcsid_sock_info_c = |
* "$Id: info.c,v 1.21 2005/05/06 21:10:26 tchize Exp $"; | | * "$Id: info.c,v 1.22 2005/05/07 16:07:27 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
int flags, int pri, object *pl, uint8 type, | | int flags, int pri, object *pl, uint8 type, |
uint8 subtype, const char* message){ | | uint8 subtype, const char* message){ |
| | |
char buf[HUGE_BUF]; | | |
if(!pl || (pl->type!=PLAYER) || (pl->contr==NULL)) | | if(!pl || (pl->type!=PLAYER) || (pl->contr==NULL)) |
return; | | return; |
| | |