diff options
author | Paul Gilbert | 2014-05-26 15:12:11 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-05-26 15:12:11 -0400 |
commit | 8d31150c09ff87ad5d4aced74e4f0d53c633466a (patch) | |
tree | 00b52e0d06d0db87b4bfed6b05c9a6aa387b4d5f /engines/voyeur | |
parent | 0f57a33fb97146bca2e18de8619824e00d6325a8 (diff) | |
download | scummvm-rg350-8d31150c09ff87ad5d4aced74e4f0d53c633466a.tar.gz scummvm-rg350-8d31150c09ff87ad5d4aced74e4f0d53c633466a.tar.bz2 scummvm-rg350-8d31150c09ff87ad5d4aced74e4f0d53c633466a.zip |
VOYEUR: Fix showing credits in the introduction
Diffstat (limited to 'engines/voyeur')
-rw-r--r-- | engines/voyeur/voyeur.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |