mirror of
https://github.com/ENSL/NS.git
synced 2025-02-21 19:31:19 +00:00
o Removed -mlook command
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@395 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
dbbf11f7ec
commit
694b72d5d7
1 changed files with 1 additions and 1 deletions
|
@ -1513,7 +1513,7 @@ void InitInput (void)
|
||||||
gEngfuncs.pfnAddCommand ("+klook", IN_KLookDown);
|
gEngfuncs.pfnAddCommand ("+klook", IN_KLookDown);
|
||||||
gEngfuncs.pfnAddCommand ("-klook", IN_KLookUp);
|
gEngfuncs.pfnAddCommand ("-klook", IN_KLookUp);
|
||||||
gEngfuncs.pfnAddCommand ("+mlook", IN_MLookDown);
|
gEngfuncs.pfnAddCommand ("+mlook", IN_MLookDown);
|
||||||
gEngfuncs.pfnAddCommand ("-mlook", IN_MLookUp);
|
//gEngfuncs.pfnAddCommand ("-mlook", IN_MLookUp);
|
||||||
gEngfuncs.pfnAddCommand ("+jlook", IN_JLookDown);
|
gEngfuncs.pfnAddCommand ("+jlook", IN_JLookDown);
|
||||||
gEngfuncs.pfnAddCommand ("-jlook", IN_JLookUp);
|
gEngfuncs.pfnAddCommand ("-jlook", IN_JLookUp);
|
||||||
gEngfuncs.pfnAddCommand ("+duck", IN_DuckDown);
|
gEngfuncs.pfnAddCommand ("+duck", IN_DuckDown);
|
||||||
|
|
Loading…
Reference in a new issue