Als long as no level is loaded the background is not painted. Once a level is loaded the background is painted in the sky_color. You can force the background to be drawn withouht loading an empty level by setting screen_color to another value than total black. e.g.:
Code:
vec_set(&screen_color,vector(0,0,1));




Always learn from history, to be sure you make the same mistakes again...