From a1bb715611468ddaef29efe1c51358928bf7b9bc Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 18 Jul 2009 12:51:12 +0000 Subject: SCI: Fix stepping in debugger svn-id: r42587 --- engines/sci/gfx/operations.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/gfx/operations.cpp') diff --git a/engines/sci/gfx/operations.cpp b/engines/sci/gfx/operations.cpp index 6b15cdc516..94bb6e0443 100644 --- a/engines/sci/gfx/operations.cpp +++ b/engines/sci/gfx/operations.cpp @@ -1380,7 +1380,6 @@ static sci_event_t scummvm_get_event(GfxDriver *drv) { // Open debug console Console *con = ((Sci::SciEngine*)g_engine)->getSciDebugger(); con->attach(); - con->onFrame(); // Clear keyboard event input.type = SCI_EVT_NONE; -- cgit v1.2.3