| 993 | } |
| 994 | |
| 995 | void CWorldObjectsPlayerDialog::OnDestroy() { |
| 996 | CDialog::OnDestroy(); |
| 997 | |
| 998 | ObjReInitAll(); |
| 999 | } |
| 1000 | |
| 1001 | void CWorldObjectsPlayerDialog::OnKillfocusShipArmorEdit() { |
| 1002 | CEdit *ebox; |
nothing calls this directly
no test coverage detected