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:
Steven 2010-08-04 03:09:07 +00:00
parent d5e85a5e6c
commit fbe9360365

View file

@ -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"},