From a210dcc03bcaa5af81c9cfe4a22d8d0661d60b93 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Mon, 6 Aug 2007 08:44:14 +0000 Subject: Fixes bug #1766217 (flickering monk), and prevents animations from stepping back one frame when a dialogue starts. This is part of the regression introduced when screen refreshes were cut down. svn-id: r28467 --- engines/parallaction/dialogue.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/parallaction/dialogue.cpp') diff --git a/engines/parallaction/dialogue.cpp b/engines/parallaction/dialogue.cpp index 84ecde6e64..3398b62f8b 100644 --- a/engines/parallaction/dialogue.cpp +++ b/engines/parallaction/dialogue.cpp @@ -383,6 +383,8 @@ void DialogueManager::run() { _q = _dialogue->_questions[0]; int16 answer; + _vm->_gfx->copyScreen(Gfx::kBitFront, Gfx::kBitBack); + while (_q) { answer = 0; -- cgit v1.2.3