| 1058 | } |
| 1059 | |
| 1060 | void matcenkeypad::OnMatPasteButton() { |
| 1061 | if (MatcenValid(m_matcen_id) && f_copy_buffer_valid) { |
| 1062 | *Matcen[m_matcen_id] = MatCopyBuffer; |
| 1063 | } |
| 1064 | |
| 1065 | UpdateDialog(); |
| 1066 | } |
| 1067 | |
| 1068 | void matcenkeypad::OnMatApvRadio() { |
| 1069 | Matcen[m_matcen_id]->SetControlType(MPC_AFTER_PLAYER_VISIBLE); |
nothing calls this directly
no test coverage detected