mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Swap weapprev with weapnext. This is more reliable due to the way
commands are parsed.
This commit is contained in:
parent
2e223c4f0a
commit
292ed674a2
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ bind o invprev
|
||||||
bind p invnext
|
bind p invnext
|
||||||
bind BACKSPACE invdrop
|
bind BACKSPACE invdrop
|
||||||
|
|
||||||
|
bind MWHEELDOWN weapprev
|
||||||
bind MWHEELUP weapnext
|
bind MWHEELUP weapnext
|
||||||
bind WHEELDOWN weapprev
|
|
||||||
|
|
||||||
bind q use quad damage
|
bind q use quad damage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue