diff --git a/source/Debug.cpp b/source/Debug.cpp index 147e6460..8e58bf1f 100644 --- a/source/Debug.cpp +++ b/source/Debug.cpp @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // TODO: COLOR LOAD ["filename"] // See Debugger_Changelong.txt for full details - const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,0); + const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,2); // Public _________________________________________________________________________________________ diff --git a/source/Debugger_Help.cpp b/source/Debugger_Help.cpp index c262bc6b..d7d42cac 100644 --- a/source/Debugger_Help.cpp +++ b/source/Debugger_Help.cpp @@ -241,6 +241,7 @@ Update_t CmdHelpSpecific (int nArgs) if (bCategory) { iCommand = g_aArgs[iArg].nVal2; + nFound = 1; } if (bAllCommands) @@ -554,8 +555,9 @@ Update_t CmdHelpSpecific (int nArgs) default: if (bAllCommands) break; -#if DEBUG_COMMAND_HELP - wsprintf( sText, "Command help not done yet: %s", g_aCommands[ iCommand ].aName ); +//#if DEBUG_COMMAND_HELP +#if _DEBUG + wsprintf( sText, "Command help not done yet: %s", g_aCommands[ iCommand ].m_sName ); ConsoleBufferPush( sText ); #endif if ((! nFound) || (! pCommand))