(svn r24099) -Add: Output list of -d option facilities with in the help text.

This commit is contained in:
alberth
2012-04-07 20:55:55 +00:00
parent 90a7ef5322
commit 485e70c16a
3 changed files with 29 additions and 0 deletions

View File

@@ -192,6 +192,9 @@ static void ShowHelp()
/* List the blitters */
p = BlitterFactoryBase::GetBlittersInfo(p, lastof(buf));
/* List the debug facilities. */
p = DumpDebugFacilityNames(p, lastof(buf));
/* We need to initialize the AI, so it finds the AIs */
AI::Initialize();
p = AI::GetConsoleList(p, lastof(buf), true);