Difference for plugins/common/plugin_common.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 341
 
Line 341
     int val;      int val;
     return cfapiObject_get_property(&val, op, CFAPI_PLAYER_PROP_IP);      return cfapiObject_get_property(&val, op, CFAPI_PLAYER_PROP_IP);
 }  }
   object* cf_player_get_marked_item(object* op)
   {
       int val;
       return cfapiObject_get_property(&val, op, CFAPI_PLAYER_PROP_MARKED_ITEM);
   }
 mapstruct* cf_map_get_map( char* name )  mapstruct* cf_map_get_map( char* name )
 {  {
     int val;      int val;


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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