version 1.75 | | version 1.76 |
---|
| | |
/* | | /* |
* static char *rcsid_c_object_c = | | * static char *rcsid_c_object_c = |
* "$Id: c_object.c,v 1.75 2006/01/11 02:03:29 cavesomething Exp $"; | | * "$Id: c_object.c,v 1.76 2006/01/11 16:28:00 cavesomething Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
new_draw_info(NDI_UNIQUE,0,op,"Tried to rename an invalid item."); | | new_draw_info(NDI_UNIQUE,0,op,"Tried to rename an invalid item."); |
return 1; | | return 1; |
} | | } |
params = strchr(params, ' '); | | while(isdigit(*params) || ' '==*params) params++; |
if (params) params++; | | |
} | | } |
else if ('<'==*params) { | | else if ('<'==*params) { |
/* Got old name, let's get it & find appropriate matching item */ | | /* Got old name, let's get it & find appropriate matching item */ |