Difference for server/c_object.c from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_object_c =   * static char *rcsid_c_object_c =
  *   "$Id: c_object.c,v 1.38 2002/09/11 06:21:46 mwedel Exp $";   *   "$Id: c_object.c,v 1.39 2002/11/12 23:20:11 garbled Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1362
 
Line 1362
     }      }
 }  }
   
 #ifdef SEARCH_ITEMS  
 int command_search_items (object *op, char *params)  int command_search_items (object *op, char *params)
 {  {
       char buf[MAX_BUF];        char buf[MAX_BUF];
   
         if (settings.search_items == FALSE)
      return 1;
   
   if(params == NULL) {    if(params == NULL) {
  if(op->contr->search_str[0]=='\0') {   if(op->contr->search_str[0]=='\0') {
    new_draw_info(NDI_UNIQUE, 0,op,"Example: search magic+1");     new_draw_info(NDI_UNIQUE, 0,op,"Example: search magic+1");
Line 1388
 
Line 1391
   fix_player(op);    fix_player(op);
       return 1;        return 1;
     }      }
 #endif /* SEARCH_ITEMS */  


Legend:
line(s) removed in v.1.38 
line(s) changed
 line(s) added in v.1.39

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:28