- 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

@ -71,6 +71,7 @@
#define BOTTOMARGIN 12
extern bool AppActive;
int chatmodeon;
CUSTOM_CVAR(Int, con_buffersize, -1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
{
@ -95,7 +96,6 @@ static FTextureID conflat;
static uint32_t conshade;
static bool conline;
extern int chatmodeon;
extern FBaseCVar *CVars;
extern FConsoleCommand *Commands[FConsoleCommand::HASH_SIZE];