if you want a plain blue sky in lite c , you dont need your bmap
and you dont even need to declare a sky , just add this in function main

sky_color.red = 0;
sky_color.green = 0;
sky_color.blue = 255;