diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index 15d95e20..791cc022 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: debug.cpp,v 1.70 2005-11-17 07:59:02 qbix79 Exp $ */ +/* $Id: debug.cpp,v 1.71 2005-11-24 17:53:48 qbix79 Exp $ */ #include #include @@ -1977,7 +1977,7 @@ void DEBUG_Init(Section* sec) { MSG_Add("DEBUG_CONFIGFILE_HELP","Debugger related options.\n"); DEBUG_DrawScreen(); /* Add some keyhandlers */ - MAPPER_AddHandler(DEBUG_Enable,MK_pause,0,"debugger","Debugger"); + MAPPER_AddHandler(DEBUG_Enable,MK_pause,MMOD1,"debugger","Debugger"); /* Clear the TBreakpoint list */ memset((void*)&codeViewData,0,sizeof(codeViewData)); /* setup debug.com */