aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/voyeur/voyeur.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index 286b97ea1a..e709bd722c 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -160,20 +160,20 @@ bool VoyeurEngine::doHeadTitle() {
}
// Show the title screen
+ _eventsManager.getMouseInfo();
showTitleScreen();
if (shouldQuit())
return false;
// Opening
- if (!_eventsManager._mouseClicked) {
- doOpening();
+ _eventsManager.getMouseInfo();
+ doOpening();
+ if (shouldQuit())
+ return false;
- _eventsManager.getMouseInfo();
- doTransitionCard("Saturday Afternoon", "Player's Apartment");
- _eventsManager.delayClick(90);
- } else {
- _eventsManager._mouseClicked = false;
- }
+ _eventsManager.getMouseInfo();
+ doTransitionCard("Saturday Afternoon", "Player's Apartment");
+ _eventsManager.delayClick(90);
if (_voy._eventFlags & EVTFLAG_VICTIM_PRESET) {
// Preset victim turned on, so add a default set of incriminating videos