- Change out of box default of cl_runmode to 0, which allows the bound run key to act like an autorun negator.

* Requested in https://forum.zdoom.org/viewtopic.php?f=342&t=73031.
This commit is contained in:
Mitch Richters 2021-11-27 20:16:30 +11:00 committed by Christoph Oelckers
parent 8fefead4e5
commit ca0464c139

View file

@ -51,7 +51,7 @@ CVARD(Bool, cl_crosshair, true, CVAR_ARCHIVE, "enable/disable crosshair");
CVARD(Bool, cl_automsg, false, CVAR_ARCHIVE, "enable/disable automatically sending messages to all players") // Not implemented for Blood
CVARD(Bool, cl_autorun, true, CVAR_ARCHIVE, "enable/disable autorun")
CVARD(Bool, cl_runmode, true, CVAR_ARCHIVE, "enable/disable modernized run key operation")
CVARD(Bool, cl_runmode, false, CVAR_ARCHIVE, "enable/disable modernized run key operation")
bool G_CheckAutorun(bool button)
{