From 2a047176178228b609b9670410cb9ec929f68df2 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Mon, 24 Jun 2019 02:25:19 +0530 Subject: HDB: Remove checkDialogsClose() stub --- engines/hdb/ai-cinematic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/hdb/ai-cinematic.cpp b/engines/hdb/ai-cinematic.cpp index 8251abc9be..a1719971d0 100644 --- a/engines/hdb/ai-cinematic.cpp +++ b/engines/hdb/ai-cinematic.cpp @@ -72,9 +72,10 @@ void AI::processCines() { bailOut = complete = false; - // TODO: Make sure Dialogs are timing out // TODO: Make sure Cine Pics are drawing + // Make sure Dialogs are timing out + g_hdb->_window->checkDialogClose(0, 0); // TODO: Check for Game Pause -- cgit v1.2.3