diff options
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index c3d52527..926ccd88 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -238,6 +238,7 @@ vmCvar_t ui_humanTeamVoteActive; vmCvar_t cg_debugRandom; vmCvar_t cg_optimizePrediction; +vmCvar_t cg_projectileNudge; typedef struct @@ -354,6 +355,7 @@ static cvarTable_t cvarTable[ ] = { &cg_debugRandom, "cg_debugRandom", "0", 0 }, { &cg_optimizePrediction, "cg_optimizePrediction", "1", CVAR_ARCHIVE }, + { &cg_projectileNudge, "cg_projectileNudge", "1", CVAR_ARCHIVE }, // the following variables are created in other parts of the system, // but we also reference them here |