diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index 2db3a41b..d7320bd7 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -1734,8 +1734,8 @@ Bit32u DEBUG_CheckKeys(void) { // ensure all breakpoints are activated CBreakpoint::ActivateBreakpoints(); - - return 0; + skipDraw = true; + break; } // If we aren't stepping over something, do a normal step. // NB: Fall-through