diff --git a/menu_options.c b/menu_options.c index 8522d4629..c5b014c79 100644 --- a/menu_options.c +++ b/menu_options.c @@ -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"), diff --git a/release-notes.md b/release-notes.md index 9d21558a2..1c3b697dd 100644 --- a/release-notes.md +++ b/release-notes.md @@ -36,6 +36,7 @@ - Fixed bug causing client to keep reading from stream after `/map ` 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