You need to declare the bitmap separately, like this:

Code:
BMAP* load_bmp = "load.gif";
PANEL* load_program =
{
	pos_x = 1;
	pos_y = 1;
    bmap = load_bmp;

 
}




Eats commas for breakfast.

Play Barony: Cursed Edition!