Rev 1 | Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 124 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | 53 | ||
54 | // display the dialog box |
54 | // display the dialog box |
55 | if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1) |
55 | if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1) |
56 | is_dialogbox_playerinfoname_validated = true; |
56 | is_dialogbox_playerinfoname_validated = true; |
57 | 57 | ||
- | 58 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
58 | return; // _endthread() implied |
59 | return; // _endthread() implied |
59 | } |
60 | } |
60 | 61 | ||
61 | 62 | ||
62 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |
63 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |