Subversion Repositories Games.Chess Giants

Rev

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

Rev 1 Rev 124
Line 114... Line 114...
114
 
114
 
115
   // display the dialog box and get the file name
115
   // display the dialog box and get the file name
116
   if (GetOpenFileName (&ofn) != 0)
116
   if (GetOpenFileName (&ofn) != 0)
117
      is_dialogbox_load_validated = true;
117
      is_dialogbox_load_validated = true;
118
 
118
 
-
 
119
   the_board.reevaluate = true; // refresh the GUI buttons if needed
119
   return; // _endthread() implied
120
   return; // _endthread() implied
120
}
121
}