diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 11:57:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:32 +0000 |
commit | ac1c165d0b8ac4cde29c798413054f246e4ba5ae (patch) | |
tree | fb33f1e1ffa294345adc4ee3e11ae397c5bfd69b /src/cgame/cg_local.h | |
parent | 967f52dd997c56c11269ff8b86e95e23f620acb4 (diff) |
* add cg_unlagged to allow clients to disable backward reconcilliation for their own attacks only
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 9bdcb3b9..97606f10 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1515,6 +1515,7 @@ extern vmCvar_t cg_painBlendZoom; extern vmCvar_t cg_stickySpec; extern vmCvar_t cg_alwaysSprint; +extern vmCvar_t cg_unlagged; extern vmCvar_t cg_debugVoices; |