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 38... Line 38...
38
 
38
 
39
   // display the message box and wait for it to return
39
   // display the message box and wait for it to return
40
   MessageBox (IsWindow (mb->hWndParent) ? mb->hWndParent : (IsWindow (hMainWnd) ? hMainWnd : NULL), mb->text, mb->title, mb->flags);
40
   MessageBox (IsWindow (mb->hWndParent) ? mb->hWndParent : (IsWindow (hMainWnd) ? hMainWnd : NULL), mb->text, mb->title, mb->flags);
41
   is_dialogbox_message_validated = true;
41
   is_dialogbox_message_validated = true;
42
 
42
 
-
 
43
   the_board.reevaluate = true; // refresh the GUI buttons if needed
43
   return; // _endthread() implied
44
   return; // _endthread() implied
44
}
45
}