Subversion Repositories Games.Chess Giants

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 124
Line 65... Line 65...
65
 
65
 
66
   // display the dialog box and get the file name
66
   // display the dialog box and get the file name
67
   if (GetSaveFileName (&ofn) != 0)
67
   if (GetSaveFileName (&ofn) != 0)
68
      is_dialogbox_saveposition_validated = true;
68
      is_dialogbox_saveposition_validated = true;
69
 
69
 
-
 
70
   the_board.reevaluate = true; // refresh the GUI buttons if needed
70
   return; // _endthread() implied
71
   return; // _endthread() implied
71
}
72
}