| 19668 | } |
| 19669 | |
| 19670 | int16 cFodder::Mouse_Button_Right_Toggled() { |
| 19671 | |
| 19672 | if (mMouse_Button_Right_Toggle < 0) { |
| 19673 | mMouse_Button_Right_Toggle = 1; |
| 19674 | return 1; |
| 19675 | } |
| 19676 | |
| 19677 | return -1; |
| 19678 | } |
| 19679 | |
| 19680 | void cFodder::Squad_Switch_Timer() { |
| 19681 |
nothing calls this directly
no outgoing calls
no test coverage detected