Add con_autochat and con_autoclear cvars
This commit is contained in:
parent
c12b81a273
commit
dfce71929a
6 changed files with 35 additions and 7 deletions
|
@ -881,6 +881,9 @@ extern cvar_t *com_protocol;
|
|||
#ifdef LEGACY_PROTOCOL
|
||||
extern cvar_t *com_legacyprotocol;
|
||||
#endif
|
||||
#ifndef DEDICATED
|
||||
extern cvar_t *con_autochat;
|
||||
#endif
|
||||
|
||||
// com_speeds times
|
||||
extern int time_game;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue