| 841 | |
| 842 | static void ChO_GetChatScale(cc_string* v) { String_AppendFloat(v, Gui.RawChatScale, 1); } |
| 843 | static void ChO_SetChatScale(const cc_string* v) { |
| 844 | ChatOptionsScreen_SetScale(v, &Gui.RawChatScale, OPT_CHAT_SCALE); |
| 845 | } |
| 846 | |
| 847 | static int ChO_GetChatlines(void) { return Gui.Chatlines; } |
| 848 | static void ChO_SetChatlines(int v) { |
nothing calls this directly
no test coverage detected