Quote:
Advise please? Im running Commerical version 6.11.4
You are running an old version. Update to 6.31.4, the latest public release. The update is free. 6.4x, currently, is only a public beta so it'll have bugs.
Edit: Now I get it. That's the background color. If you want to change it, use a sky definition and a BMP, PCX or TGA file or add this in your code, likely in your main function (change the numbers to suit your needs though):
bg_color.red = 64; // close to the color of the sky
bg_color.green = 128;
bg_color.blue = 255;
Last edited by ulillillia; 04/15/06 18:29.