From 8d31150c09ff87ad5d4aced74e4f0d53c633466a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 May 2014 15:12:11 -0400 Subject: VOYEUR: Fix showing credits in the introduction --- engines/voyeur/voyeur.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/voyeur') diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp index 9843930bd3..9be1dad831 100644 --- a/engines/voyeur/voyeur.cpp +++ b/engines/voyeur/voyeur.cpp @@ -500,8 +500,9 @@ void VoyeurEngine::doOpening() { if (textPic) { _graphicsManager->sDrawPic(textPic, _graphicsManager->_vPort, textPos); - flipPageAndWait(); } + + flipPageAndWait(); } _eventsManager->getMouseInfo(); -- cgit v1.2.3