Add a "prev weapon" menu item (from Sander)

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@253 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
stevenaaus 2010-08-04 03:09:07 +00:00
parent 79c16e7f0a
commit 78a24e27cc
1 changed files with 2 additions and 1 deletions

View File

@ -1340,7 +1340,8 @@ void M_Options_Key (int k)
char *bindnames[][2] =
{
{"+attack", "attack"},
{"impulse 10", "change weapon"},
{"impulse 10", "next weapon"},
{"impulse 12", "prev weapon"},
{"+jump", "jump / swim up"},
{"+forward", "walk forward"},
{"+back", "backpedal"},