From 5792107dce73b21bb1f2fd364a5f20c384e48e60 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 3 Nov 2019 09:36:33 +0000 Subject: [PATCH] Debugger: fixed help for 'videoinfo' cmd --- source/Debugger/Debugger_Help.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Debugger/Debugger_Help.cpp b/source/Debugger/Debugger_Help.cpp index be71b92d..57e1fa54 100644 --- a/source/Debugger/Debugger_Help.cpp +++ b/source/Debugger/Debugger_Help.cpp @@ -1414,8 +1414,8 @@ Update_t CmdHelpSpecific (int nArgs) ConsoleBufferPush(" alters horz value to hbl-l,visible,hbl-r or hbl-r+l,visible"); { char sText2[CONSOLE_WIDTH]; - ConsolePrintFormat(sText2, " %sRed%s=invisible (hbl or vbl active) / %sGreen%s=visible" - ,CHC_KEY , CHC_DEFAULT // red + ConsolePrintFormat(sText2, " %sYellow%s=invisible (hbl or vbl active) / %sGreen%s=visible" + ,CHC_INFO , CHC_DEFAULT // yellow ,CHC_COMMAND, CHC_DEFAULT // green ); }