Forgot printf ...

SVN revision: 4294
This commit is contained in:
Christian Kreibich 2001-02-28 20:28:12 +00:00
parent 1995a53a88
commit ce0edf3746
1 changed files with 0 additions and 1 deletions

View File

@ -804,7 +804,6 @@ read_tiles_into_data(Tile* tiles, int num_cols, int width,
R_VAL(ptr) = image->cmap[*(ptr2) * 3];
G_VAL(ptr) = image->cmap[*(ptr2) * 3 + 1];
B_VAL(ptr) = image->cmap[*(ptr2) * 3 + 2];
printf("%i %i %i\n", R_VAL(ptr), G_VAL(ptr), B_VAL(ptr));
A_VAL(ptr) = 255;
}
/* else use colors themselves */