| 799 | } |
| 800 | |
| 801 | void DrawCtrlPan() |
| 802 | { |
| 803 | DrawPanelBox(0, sgbPlrTalkTbl + 16, PANEL_WIDTH, PANEL_HEIGHT, PANEL_X, PANEL_Y); |
| 804 | DrawInfoBox(); |
| 805 | } |
| 806 | |
| 807 | /** |
| 808 | * Draws the control panel buttons in their current state. If the button is in the default |
no test coverage detected