Difference for server/plugins.c from version 1.56 to 1.57


version 1.56 version 1.57
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.56 2005/11/20 15:08:39 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.57 2005/12/04 13:26:39 ryo_saeba Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 1812
 
Line 1812
             rv = op->contr->socket.host;              rv = op->contr->socket.host;
             *type = CFAPI_STRING;              *type = CFAPI_STRING;
             break;              break;
           case CFAPI_PLAYER_PROP_MARKED_ITEM:
               rv = find_marked_object(op);
               *type = CFAPI_POBJECT;
               break;
         case CFAPI_OBJECT_PROP_INVISIBLE:          case CFAPI_OBJECT_PROP_INVISIBLE:
             ri = op->invisible;              ri = op->invisible;
             rv = &ri;              rv = &ri;


Legend:
line(s) removed in v.1.56 
line(s) changed
 line(s) added in v.1.57

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