mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-26 04:10:50 +00:00
IOQ3 commit 2107
This commit is contained in:
parent
55ff41d39a
commit
f62a63dfe0
1 changed files with 3 additions and 3 deletions
|
@ -847,7 +847,7 @@ static cvarTable_t cvarTable[] = { // bk001129
|
|||
{&cg_buildScript, "com_buildScript", "0", 0}, // force loading of all possible data amd error on failures
|
||||
{&cg_paused, "cl_paused", "0", CVAR_ROM},
|
||||
{&cg_blood, "com_blood", "1", CVAR_ARCHIVE},
|
||||
{&cg_synchronousClients, "g_synchronousClients", "0", 0}, // communicated by systeminfo
|
||||
{&cg_synchronousClients, "g_synchronousClients", "0", CVAR_SYSTEMINFO}, // communicated by systeminfo
|
||||
// NiceAss: Taken out of the missionpack
|
||||
{&cg_enableBreath, "g_enableBreath", "0", CVAR_SERVERINFO},
|
||||
{&cg_enableLaserFog, "g_enableLaserFog", "1", CVAR_SERVERINFO},
|
||||
|
@ -863,8 +863,8 @@ static cvarTable_t cvarTable[] = { // bk001129
|
|||
// {&cg_smoothClients, "cg_smoothClients", "0", CVAR_USERINFO | CVAR_ARCHIVE},
|
||||
{&cg_cameraMode, "com_cameraMode", "0", CVAR_CHEAT},
|
||||
|
||||
{&pmove_fixed, "pmove_fixed", "0", 0},
|
||||
{&pmove_msec, "pmove_msec", "8", 0},
|
||||
{&pmove_fixed, "pmove_fixed", "0", CVAR_SYSTEMINFO},
|
||||
{&pmove_msec, "pmove_msec", "8", CVAR_SYSTEMINFO},
|
||||
{&cg_noTaunt, "cg_noTaunt", "0", CVAR_ARCHIVE},
|
||||
{&cg_noProjectileTrail, "cg_noProjectileTrail", "0", CVAR_ARCHIVE},
|
||||
{&cg_smallFont, "ui_smallFont", "0.25", CVAR_ARCHIVE},
|
||||
|
|
Loading…
Reference in a new issue