Difference for server/c_object.c from version 1.54 to 1.55


version 1.54 version 1.55
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_object_c =   * static char *rcsid_c_object_c =
  *   "$Id: c_object.c,v 1.54 2003/10/27 09:48:34 gros Exp $";   *   "$Id: c_object.c,v 1.55 2004/01/18 10:36:10 ryo_saeba Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1517
 
Line 1517
     if(QUERY_FLAG(tmp, FLAG_MONSTER))      if(QUERY_FLAG(tmp, FLAG_MONSTER))
  examine_monster(op,tmp);   examine_monster(op,tmp);
         
       /* Is this item buildable? */
       if ( QUERY_FLAG( tmp, FLAG_IS_BUILDABLE ) )
           new_draw_info( NDI_UNIQUE, 0, op, "This is a buildable item." );
   
     /* Does the object have a message?  Don't show message for all object      /* Does the object have a message?  Don't show message for all object
      * types - especially if the first entry is a match       * types - especially if the first entry is a match


Legend:
line(s) removed in v.1.54 
line(s) changed
 line(s) added in v.1.55

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