- moved chatmodeon to the backend.
This commit is contained in:
parent
12adee5256
commit
01f8131969
9 changed files with 4 additions and 12 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue