Still in development of TwilightChess mod, I think I found a bug when you save a game against the computer.
With my version it doesn't work. The solution is very simple. In winboard.c, the function:
- Code: Select all
OpenFileDialog (HWND hwnd, char * write, defName char *, char * defExt, nameFilt char *, char * dlgTitle, UINT * number, fileTitle char [MSG_SIZ], char fileName [MSG_SIZ])
Just initialize hwnd, buf1.
- Code: Select all
/* Begin TwilightChess Change */
hwnd = NULL;
*buf1 = 0;
/* End */
I hope its will help you. And if this problem is just in my version please forgive me.
Best regards,
Anthony.