diff options
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 c42e1efa..7ee70554 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1475,6 +1475,7 @@ extern vmCvar_t cg_painBlendUpRate; extern vmCvar_t cg_painBlendDownRate; extern vmCvar_t cg_painBlendMax; extern vmCvar_t cg_painBlendScale; +extern vmCvar_t cg_painBlendZoom; //TA: hack to get class an carriage through to UI module extern vmCvar_t ui_currentClass; |