| 1052 | |
| 1053 | |
| 1054 | void cPlayer::CloseWindowIfID(char a_WindowID, bool a_CanRefuse) |
| 1055 | { |
| 1056 | if ((m_CurrentWindow == NULL) || (m_CurrentWindow->GetWindowID() != a_WindowID)) |
| 1057 | { |
| 1058 | return; |
| 1059 | } |
| 1060 | CloseWindow(); |
| 1061 | } |
| 1062 | |
| 1063 | |
| 1064 |
no test coverage detected