Hello I'm trying to do the 2D side scroller from the AU resoures page but in Lite-C and I keep getting and error in my code.

#include <acknex.h>
#include <default.c>

BMAP* fond_pcx="fond.pcx";

PANAL* fond_pan = ////////This is were it says theres an error
{
pos_x=0;
pos_y=0;
layer=0;
bmap=fond_pcx
flags = OVERLAY | VISIBLE;
}

function main()
{
video_mode = 7;
screen_color.blue = 150;
}

I'v been jumping back and forth between this tutorial and the Lite-C workshop and am at a lose as to whats wrong with that particular line.

my only thought is if there isn't anything wrong with the script then it mint be the sprites since I cant view them unless I agree to some EULA license and if thats the case can anyone tell me whats on the each picture so I can make my own form of the sprites.