Difference for plugins/cfpython/cfpython_map.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 176
 
Line 176
     /* make sure the map is swapped in */      /* make sure the map is swapped in */
     if (map->map->in_memory != MAP_IN_MEMORY)      if (map->map->in_memory != MAP_IN_MEMORY)
     {      {
         printf("MAP AIN'T READY !\n");          cf_log(llevError, "MAP AIN'T READY !\n");
     }      }
   
     mflags = cf_map_get_flags(map->map, &(map->map), (sint16)x, (sint16)y, &nx, &ny);      mflags = cf_map_get_flags(map->map, &(map->map), (sint16)x, (sint16)y, &nx, &ny);


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

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