Difference for plugins/common/plugin_common.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 547
 
Line 547
     int val;       int val;
     return *( int* )cfapiObject_teleport( &val, op, map, x, y );       return *( int* )cfapiObject_teleport( &val, op, map, x, y );
 }   }
 object* cf_map_present_arch_by_name(object* what, mapstruct* map, int nx, int ny)   object* cf_map_present_arch_by_name(const char* str, mapstruct* map, int nx, int ny)
 {   {
     int val;       int val;
     return (object*)cfapiMap_present_arch_by_name(&val, what,map,nx,ny);       return (object*)cfapiMap_present_arch_by_name(&val, str,map,nx,ny);
 }   }
 void cf_object_update( object* op, int flags)   void cf_object_update( object* op, int flags)
 {   {


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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