hi,
I am facing a scenario wherein, any change I make in my WDL file is not reflected in the Runtime game. When I changed the TITLE os the SIzE

WINDOW winstart {
TITLE "3D Game Studio";
SIzE 550,320;
..
..
}

When I change the TITLE or Size field in the above structure they are not reflected in the game. I have saved the file and rebuilt the game. Is there anything else I need to do...
Moreover when I try to change the video_mode by
setting video_mode = 7 or change the mouse_mode = 1 (to display the mouse pointer over the screen), nothing changes.

Thanks