Skip to content

Commit

Permalink
Added automap control to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 26, 2003
1 parent 4510afe commit 79bd13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/Src/jDoom/m_ctrl.c
Expand Up @@ -158,7 +158,7 @@ static MenuItem_t ControlsItems[] =
{ ITT_EFUNC, "LARGER STATBAR :", SCControlConfig, 42 },
{ ITT_EMPTY, NULL, NULL, 0 },
{ ITT_EMPTY, "MISCELLANEOUS", NULL, 0 },
// { ITT_EFUNC, "STOP DEMO :", SCControlConfig, A_STOPDEMO },
{ ITT_EFUNC, "AUTOMAP :", SCControlConfig, 53 },
{ ITT_EFUNC, "PAUSE :", SCControlConfig, 43 },
{ ITT_EFUNC, "SCREENSHOT :", SCControlConfig, 44 },
{ ITT_EFUNC, "CHAT :", SCControlConfig, 45 },
Expand All @@ -173,7 +173,7 @@ Menu_t ControlsDef =
{
32, 40,
M_DrawControlsMenu,
60, ControlsItems,
61, ControlsItems,
1, MENU_OPTIONS,
hu_font_a, //1, 0, 0,
LINEHEIGHT_A,
Expand Down

0 comments on commit 79bd13f

Please sign in to comment.