| 899 | } |
| 900 | |
| 901 | void DisplayCampaignLoad::OnChildDestroyed(int idd, int exit) |
| 902 | { |
| 903 | Display::OnChildDestroyed(idd, exit); |
| 904 | |
| 905 | if (idd == IDD_REVERT && exit == IDC_OK) |
| 906 | { |
| 907 | Exit(IDC_OK); |
| 908 | } |
| 909 | } |
| 910 | |
| 911 | void DisplayCampaignLoad::OnCtrlClosed(int idc) |
| 912 | { |
nothing calls this directly
no test coverage detected