Well, the game does load normally, but the action attached to my model doesn't work any more. So in this case, bSuccess equals 1 after loading the game, cause the load itself is successful.
This is the panel I used for the function:
PANEL* continue_pan =
{
pos_x = 30;
pos_y = 10;
button(0, 0, continue_bmp, continue_bmp, continue_bmp, continu, null, null);
flags = VISIBLE;
}
It has a size of 580x118, but I don't think there's a problem with the panel, cause the function works and all, but the action doesn't work any more.
I'm using the latest version, not a beta version. So it's the version I got from the download page.