| 1935 | }); |
| 1936 | |
| 1937 | if (GWorld->GetMode() == GModeNetware) |
| 1938 | { |
| 1939 | GetCtrl(IDC_INT_SAVE)->ShowCtrl(false); |
| 1940 | GetCtrl(IDC_INT_LOAD)->ShowCtrl(false); |
| 1941 | GetCtrl(IDC_INT_RETRY)->ShowCtrl(false); |
| 1942 | // GetCtrl(IDC_INT_RESTART)->ShowCtrl(false); |
| 1943 | } |
| 1944 | else |
nothing calls this directly
no test coverage detected