- Fixed: 'Painchance' in DECORATE failed when reading custom damage type names.

- Added Karate Chris's patch for menu opening console commands.


SVN r684 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-09 09:01:30 +00:00
commit 3bd53dafbe
3 changed files with 19 additions and 0 deletions

View file

@ -2567,6 +2567,13 @@ static void StartScoreboardMenu (void)
M_SwitchMenu (&ScoreboardMenu);
}
CCMD (menu_messages)
{
M_StartControlPanel (true);
OptionsActive = true;
StartMessagesMenu ();
}
CCMD (menu_automap)
{
M_StartControlPanel (true);
@ -2574,6 +2581,13 @@ CCMD (menu_automap)
StartAutomapMenu ();
}
CCMD (menu_scoreboard)
{
M_StartControlPanel (true);
OptionsActive = true;
StartScoreboardMenu ();
}
static void StartMapColorsMenu (void)
{
M_SwitchMenu (&MapColorsMenu);