X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=view.c;h=844f63fefe8e6066c13defc6a65a621296dd7fa5;hp=7bea5a969752fc7c8ff521bfa476ef290d7c13d5;hb=5ac525ad06f9775fb38b1f8ad475dbccb9202d8f;hpb=7533e5096f4bf10a4ae825eec4b3384625019240 diff --git a/view.c b/view.c index 7bea5a96..844f63fe 100644 --- a/view.c +++ b/view.c @@ -1204,9 +1204,6 @@ void V_Init (void) Cmd_AddCommand(&cmd_client, "bf", V_BonusFlash_f, "briefly flashes a bright color tint on view (used when items are picked up); optionally takes R G B [A [alphafade]] arguments to specify how the flash looks"); Cmd_AddCommand(&cmd_client, "centerview", V_StartPitchDrift_f, "gradually recenter view (stop looking up/down)"); - Cmd_AddCommand(&cmd_clientfromserver, "v_cshift", V_cshift_f, "sets tint color of view"); - Cmd_AddCommand(&cmd_clientfromserver, "bf", V_BonusFlash_f, "briefly flashes a bright color tint on view (used when items are picked up); optionally takes R G B [A [alphafade]] arguments to specify how the flash looks"); - Cvar_RegisterVariable (&v_centermove); Cvar_RegisterVariable (&v_centerspeed);