mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Add a "Prev. weapon" menu option.
This commit is contained in:
parent
134f9b0e9e
commit
4725d5a973
1 changed files with 2 additions and 1 deletions
|
@ -97,9 +97,10 @@ binding_t misc_binding_list [4] = {
|
|||
{"Screenshot", "screenshot"},
|
||||
};
|
||||
|
||||
binding_t weapon_binding_list [10] = {
|
||||
binding_t weapon_binding_list [11] = {
|
||||
{"Attack", "+attack"},
|
||||
{"Next weapon", "impulse 10"},
|
||||
{"Prev. weapon", "impulse 12"},
|
||||
{"Axe", "impulse 1"},
|
||||
{"Shotgun", "impulse 2"},
|
||||
{"Super Shotgun", "impulse 3"},
|
||||
|
|
Loading…
Reference in a new issue