Add con_autochat and con_autoclear cvars

This commit is contained in:
Zack Middleton 2017-06-07 22:09:51 -05:00
parent c12b81a273
commit dfce71929a
6 changed files with 35 additions and 7 deletions

View file

@ -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;