| 743 | } |
| 744 | |
| 745 | void C_HideConsole () |
| 746 | { |
| 747 | if (gamestate != GS_FULLCONSOLE) |
| 748 | { |
| 749 | ConsoleState = c_up; |
| 750 | ConBottom = 0; |
| 751 | HistPos = NULL; |
| 752 | } |
| 753 | } |
| 754 | |
| 755 | static bool C_HandleKey (event_t *ev, FCommandBuffer &buffer) |
| 756 | { |
no outgoing calls
no test coverage detected