- moved chatmodeon to the backend.

This commit is contained in:
Christoph Oelckers 2022-10-02 14:01:43 +02:00
commit 01f8131969
9 changed files with 4 additions and 12 deletions

View file

@ -65,8 +65,6 @@ void CT_Drawer ();
bool CT_Responder (event_t *ev);
void CT_PasteChat(const char *clip);
int chatmodeon;
// Private data
static void CT_ClearChatMessage ();