if((!mode)||mode==3) dx_lattice_get_color((*d3_l).status+x_c+y_c*d3_l->max_x+z_c*d3_l->max_x*d3_l->max_y,&r,&g,&b,mode);
if(mode==3)
{
- if(d3_l->max_y*p1[z_c]/max2==y_c)
+ if((int)(d3_l->max_y*(1.0*p2[z_c]/max2))==y_c)
{
r=0xff;
g=0xff;
free(flag);
#ifdef DEBUG_INTERPOL_PROFILE
- printf("debug: (interpolated profile)\n");
+ printf("debug: %s (interpolated profile)\n",file);
for(i=0;i<d3_l->max_z;i++) printf("%d %d\n",i,graph[i]);
#endif