mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 09:10:54 +00:00
Add a "prev weapon" menu item (from Sander)
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@253 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d5e85a5e6c
commit
fbe9360365
1 changed files with 2 additions and 1 deletions
|
@ -1340,7 +1340,8 @@ void M_Options_Key (int k)
|
||||||
char *bindnames[][2] =
|
char *bindnames[][2] =
|
||||||
{
|
{
|
||||||
{"+attack", "attack"},
|
{"+attack", "attack"},
|
||||||
{"impulse 10", "change weapon"},
|
{"impulse 10", "next weapon"},
|
||||||
|
{"impulse 12", "prev weapon"},
|
||||||
{"+jump", "jump / swim up"},
|
{"+jump", "jump / swim up"},
|
||||||
{"+forward", "walk forward"},
|
{"+forward", "walk forward"},
|
||||||
{"+back", "backpedal"},
|
{"+back", "backpedal"},
|
||||||
|
|
Loading…
Reference in a new issue