| 846 | |
| 847 | static int ChO_GetChatlines(void) { return Gui.Chatlines; } |
| 848 | static void ChO_SetChatlines(int v) { |
| 849 | Gui.Chatlines = v; |
| 850 | ChatScreen_SetChatlines(v); |
| 851 | Options_SetInt(OPT_CHATLINES, v); |
| 852 | } |
| 853 | |
| 854 | static cc_bool ChO_GetLogging(void) { return Chat_Logging; } |
| 855 | static void ChO_SetLogging(cc_bool v) { |
nothing calls this directly
no test coverage detected