Skip to content

Commit

Permalink
Fixed|Heretic|Hexen: Default look up/down key bindings were inversed
Browse files Browse the repository at this point in the history
Now matches the vanilla behavior.
  • Loading branch information
skyjake committed Jun 26, 2013
1 parent 6ba9f52 commit a7c9e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/common/src/g_controls.c
Expand Up @@ -217,8 +217,8 @@ D_CMD(DefaultGameBinds)
"bindevent key-f-down {impulse falldown}",
"bindcontrol turn key-left-staged-inverse+modifier-1-up",
"bindcontrol turn key-right-staged+modifier-1-up",
"bindcontrol look key-delete-staged",
"bindcontrol look key-pgdown-staged-inverse",
"bindcontrol look key-delete-staged-inverse",
"bindcontrol look key-pgdown-staged",
"bindevent key-end-down {impulse lookcenter}",
"bindevent key-slash {impulse jump}",
"bindevent key-space-down {impulse use}",
Expand Down

0 comments on commit a7c9e77

Please sign in to comment.