From cf07e0cb7c091e8f265e852d8a90a074f3f2c5af Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 26 Sep 2016 10:37:41 -0500 Subject: SCI32: Ensure break to debugger works during transitions --- engines/sci/graphics/transitions32.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci') diff --git a/engines/sci/graphics/transitions32.cpp b/engines/sci/graphics/transitions32.cpp index c45017efd4..bffbd546b3 100644 --- a/engines/sci/graphics/transitions32.cpp +++ b/engines/sci/graphics/transitions32.cpp @@ -20,6 +20,7 @@ * */ +#include "sci/console.h" #include "sci/engine/segment.h" #include "sci/engine/seg_manager.h" #include "sci/engine/state.h" @@ -118,6 +119,7 @@ void GfxTransitions32::processShowStyles() { if (doFrameOut) { g_sci->_gfxFrameout->frameOut(true); + g_sci->getSciDebugger()->onFrame(); throttle(); } } while(continueProcessing && doFrameOut); -- cgit v1.2.3