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 97... | Line 97... | ||
| 97 | is_dialogbox_challenge_validated = true; |
97 | is_dialogbox_challenge_validated = true; |
| 98 | 98 | ||
| 99 | challenge = &challenges[challenge_index]; // restore access to challenge (it may have relocated !) |
99 | challenge = &challenges[challenge_index]; // restore access to challenge (it may have relocated !) |
| 100 | challenge->is_active = false; // remember challenge has gone away |
100 | challenge->is_active = false; // remember challenge has gone away |
| 101 | 101 | ||
| - | 102 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
| 102 | return; // _endthread() implied |
103 | return; // _endthread() implied |
| 103 | } |
104 | } |
| 104 | 105 | ||
| 105 | 106 | ||
| 106 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |
107 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |