Difference for plugins/common/plugin_common.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 202
 
Line 202
     int val;      int val;
     return cfapiObject_get_property(&val, op, propcode);      return cfapiObject_get_property(&val, op, propcode);
 }  }
 int cf_object_get_resistance(object* op, int rtype)  sint16 cf_object_get_resistance(object* op, int rtype)
 {  {
     int val;      int val;
     return *(int*)cfapiObject_get_property(&val, op, CFAPI_OBJECT_PROP_RESIST, rtype);      return *(sint16*)cfapiObject_get_property(&val, op, CFAPI_OBJECT_PROP_RESIST, rtype);
 }  }
 /* Should get replaced by tons of more explicit wrappers */  /* Should get replaced by tons of more explicit wrappers */
 void* cf_object_set_int_property(object* op, int propcode, int value)  void* cf_object_set_int_property(object* op, int propcode, int value)


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:57