Skip to content

Commit

Permalink
MENU: Add turn left and turn right
Browse files Browse the repository at this point in the history
Fixes #550
  • Loading branch information
meag committed Jun 25, 2021
1 parent 3ba018a commit 7369bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,8 @@ setting settbinds_arr[] = {
ADDSET_BIND("Move Backward", "+back"),
ADDSET_BIND("Strafe Left", "+moveleft"),
ADDSET_BIND("Strafe Right", "+moveright"),
ADDSET_BIND("Turn Left", "+left"),
ADDSET_BIND("Turn Right", "+right"),
ADDSET_ADVANCED_SECTION(),
ADDSET_BIND("Swim Up", "+moveup"),
ADDSET_BIND("Swim Down", "+movedown"),
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- Fixed bug causing client to keep reading from stream after `/map <mapname>` while connected to QTV (linked to #488, reported by HangTime)
- Fixed bug causing client to prioritise player with userid in name rather than the userid in `/track`, `/ignore`, `/unignore` (affected autotrack - reported by andeh, exploited by an1k vs userID 1 henu)
- Fixed bug causing client to receive playerinfo packet before knowing which protocol extensions are enabled when using `/cl_delay_packet` on local server (#488, reported by pattah)
- Fixed bug causing fps to affect `/cl_yawspeed`/`+left`/`+right` commands (keyboard turning) (old bug, #550, reported by veganaize)

### Bugs which affected 3.x

Expand Down

0 comments on commit 7369bf3

Please sign in to comment.