Skip to content

Commit

Permalink
VOYEUR: Fix showing credits in the introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 26, 2014
1 parent 0f57a33 commit 8d31150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/voyeur/voyeur.cpp
Expand Up @@ -500,8 +500,9 @@ void VoyeurEngine::doOpening() {

if (textPic) {
_graphicsManager->sDrawPic(textPic, _graphicsManager->_vPort, textPos);
flipPageAndWait();
}

flipPageAndWait();
}

_eventsManager->getMouseInfo();
Expand Down

0 comments on commit 8d31150

Please sign in to comment.