version 1.86 | | version 1.87 |
---|
| | |
/* | | /* |
* static char *rcsid_c_object_c = | | * static char *rcsid_c_object_c = |
* "$Id: c_object.c,v 1.86 2006/08/12 12:23:30 gros Exp $"; | | * "$Id: c_object.c,v 1.87 2006/08/12 18:59:59 gros Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
*/ | | */ |
if(tmp->msg && tmp->type != EXIT && tmp->type != BOOK && | | if(tmp->msg && tmp->type != EXIT && tmp->type != BOOK && |
tmp->type != CORPSE && !tmp->move_on && | | tmp->type != CORPSE && !tmp->move_on && |
strncasecmp(tmp->msg, "@match",7)) { | | strncasecmp(tmp->msg, "@match",6)) { |
| | |
/* This is just a hack so when identifying hte items, we print | | /* This is just a hack so when identifying hte items, we print |
* out the extra message | | * out the extra message |