mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
The default bind was wrong here (supposed to be Pov1, not Pov2. Obviously a typo)
This commit is contained in:
parent
6d99395b68
commit
cafafbe3a0
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@ mapbind joy2 am_clearmarks
|
|||
mapbind pov1right +am_panright
|
||||
mapbind pov1left +am_panleft
|
||||
mapbind pov1up +am_panup
|
||||
mapbind pov2down +am_pandown
|
||||
mapbind pov1down +am_pandown
|
||||
mapbind joy5 +am_zoomout
|
||||
mapbind joy6 +am_zoomin
|
||||
|
|
Loading…
Reference in a new issue