Skip to content

Commit

Permalink
Add "show score" key binding
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Jan 15, 2025
1 parent d18cd2b commit 594ce17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quake/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -4970,6 +4970,7 @@ static const menukeybind_t menubinds[] =
{"menu_maps", "Maps menu", KDM_ANY},
{"menu_options", "Options menu", KDM_ANY},
{"screenshot", "Screenshot", KDM_ANY},
{"+showscores", "Show score", KDM_ANY},
};

#define NUMCOMMANDS Q_COUNTOF(menubinds)
Expand Down

0 comments on commit 594ce17

Please sign in to comment.