Skip to content

Commit

Permalink
fix: wrong order in DoomButtons array for mainhand reload button
Browse files Browse the repository at this point in the history
  • Loading branch information
emawind84 committed Jun 26, 2024
1 parent 97bbdc7 commit 8316c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/d_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2682,8 +2682,8 @@ static const char *DoomButtons[] =
"showscores" ,
"speed" ,
"use" ,
"mh_reload",
"moveup" };
"moveup",
"mh_reload" };

CVAR(Bool, lookspring, true, CVAR_ARCHIVE); // Generate centerview when -mlook encountered?
EXTERN_CVAR(String, language)
Expand Down

0 comments on commit 8316c5b

Please sign in to comment.