Skip to content

Commit

Permalink
Fixed: Added missing default event bindings for viewsize -/+ (minus, …
Browse files Browse the repository at this point in the history
…equals).
  • Loading branch information
danij committed Aug 30, 2009
1 parent 627125d commit c474380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/plugins/common/src/g_controls.c
Expand Up @@ -405,8 +405,11 @@ DEFCC( CCmdDefaultGameBinds )
"bindevent key-p pause",

"bindevent key-h {impulse showhud}",
"bindevent key-backslash-down {impulse showscore}",
"bindevent key-backslash-repeat {impulse showscore}",
"bindevent key-minus-down {viewsize -}",
"bindevent key-minus-repeat {viewsize -}",
"bindevent key-equals-down {viewsize +}",
"bindevent key-equals-repeat {viewsize +}",

// Player message log:
Expand Down

0 comments on commit c474380

Please sign in to comment.