| 987 | |
| 988 | |
| 989 | void cFodder::GUI_Handle_Button_ShowOverview() { |
| 990 | |
| 991 | if (mPhase_Finished) |
| 992 | return; |
| 993 | |
| 994 | if (Mouse_Button_Left_Toggled() < 0) |
| 995 | return; |
| 996 | |
| 997 | mPhase_ShowMapOverview = -1; |
| 998 | } |
| 999 | |
| 1000 | void cFodder::sub_3037A() { |
| 1001 |
nothing calls this directly
no outgoing calls
no test coverage detected