| 754 | } |
| 755 | |
| 756 | void LeftMouseUp() |
| 757 | { |
| 758 | gmenu_left_mouse(FALSE); |
| 759 | control_release_talk_btn(); |
| 760 | if (panbtndown) |
| 761 | CheckBtnUp(); |
| 762 | if (chrbtnactive) |
| 763 | ReleaseChrBtns(); |
| 764 | if (lvlbtndown) |
| 765 | ReleaseLvlBtn(); |
| 766 | if (stextflag) |
| 767 | ReleaseStoreBtn(); |
| 768 | } |
| 769 | |
| 770 | void RightMouseDown() |
| 771 | { |
no test coverage detected