Rev 75 | Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 75 | Rev 124 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | // display the dialog box |
82 | // display the dialog box |
83 | newgame_type = DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog); |
83 | newgame_type = DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog); |
84 | if (newgame_type > 0) |
84 | if (newgame_type > 0) |
85 | is_dialogbox_newgame_validated = true; |
85 | is_dialogbox_newgame_validated = true; |
86 | 86 | ||
- | 87 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
87 | return; // _endthread() implied |
88 | return; // _endthread() implied |
88 | } |
89 | } |
89 | 90 | ||
90 | 91 | ||
91 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |
92 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |