Skip to content

Commit

Permalink
Make crosshair_low off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Dec 12, 2023
1 parent 8269099 commit a0cb5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ void V_Init(void)
cl_m249_new_punch_enabled = gEngfuncs.pfnRegisterVariable("cl_m249_new_punch_enabled", "1", FCVAR_ARCHIVE);
cl_shockrifle_punch_enabled = gEngfuncs.pfnRegisterVariable("cl_shockrifle_punch_enabled", "1", FCVAR_ARCHIVE);

crosshair_low = gEngfuncs.pfnRegisterVariable("crosshair_low", "1", FCVAR_ARCHIVE);
crosshair_low = gEngfuncs.pfnRegisterVariable("crosshair_low", "0", FCVAR_ARCHIVE);
}


Expand Down

0 comments on commit a0cb5d9

Please sign in to comment.