Difference for server/plugins.c from version 1.63 to 1.64


version 1.63 version 1.64
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.63 2006/01/15 16:50:38 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.64 2006/02/14 22:31:34 ryo_saeba Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 1508
 
Line 1508
                 idx = va_arg(args, int);                  idx = va_arg(args, int);
                 rv = &op->resist[idx];                  rv = &op->resist[idx];
             }              }
             *type = CFAPI_INT;              *type = CFAPI_INT16;
             break;              break;
   
         case CFAPI_OBJECT_PROP_ATTACK_TYPE:          case CFAPI_OBJECT_PROP_ATTACK_TYPE:


Legend:
line(s) removed in v.1.63 
line(s) changed
 line(s) added in v.1.64

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