diff --git a/releases/3.2.0/source/cl_dll/input.cpp b/releases/3.2.0/source/cl_dll/input.cpp index 97d8fdaa..b564f863 100644 --- a/releases/3.2.0/source/cl_dll/input.cpp +++ b/releases/3.2.0/source/cl_dll/input.cpp @@ -1513,7 +1513,7 @@ void InitInput (void) gEngfuncs.pfnAddCommand ("+klook", IN_KLookDown); gEngfuncs.pfnAddCommand ("-klook", IN_KLookUp); gEngfuncs.pfnAddCommand ("+mlook", IN_MLookDown); - gEngfuncs.pfnAddCommand ("-mlook", IN_MLookUp); + //gEngfuncs.pfnAddCommand ("-mlook", IN_MLookUp); gEngfuncs.pfnAddCommand ("+jlook", IN_JLookDown); gEngfuncs.pfnAddCommand ("-jlook", IN_JLookUp); gEngfuncs.pfnAddCommand ("+duck", IN_DuckDown);