Reply to Re: Screenlock?! No!
If you don't have an account, just leave the password field blank.
I had this problem a long time ago...
I think I used
load_screen();
draw_background();
draw_hard_map();
draw_screen();
And poof, it worked. I think load_screen() may be enough to get rid of your problem.
Add my lines after loading the screen with &player_map and load_map([map number]) in start-1.c
I think I used
load_screen();
draw_background();
draw_hard_map();
draw_screen();
And poof, it worked. I think load_screen() may be enough to get rid of your problem.
Add my lines after loading the screen with &player_map and load_map([map number]) in start-1.c