aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-02 18:42:45 -0500
committerPaul Gilbert2014-02-02 18:42:45 -0500
commit2b69c5d07cb72b97690517cdf1f9d3d40f172029 (patch)
treea1904e481b1cf1fc2f82b42a75ca2e2e704adf6d /engines/voyeur/events.cpp
parent9c3216c301503c1fc42d020b293d36781d6d20a4 (diff)
downloadscummvm-rg350-2b69c5d07cb72b97690517cdf1f9d3d40f172029.tar.gz
scummvm-rg350-2b69c5d07cb72b97690517cdf1f9d3d40f172029.tar.bz2
scummvm-rg350-2b69c5d07cb72b97690517cdf1f9d3d40f172029.zip
VOYEUR: Fix issue with time not progressing, and renamed associated enum member
Diffstat (limited to 'engines/voyeur/events.cpp')
-rw-r--r--engines/voyeur/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index 3fe37ca22b..4734b1efa3 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -102,7 +102,7 @@ void EventsManager::startMainClockInt() {
}
void EventsManager::mainVoyeurIntFunc() {
- if (!(_vm->_voy._eventFlags & EVTFLAG_1)) {
+ if (!(_vm->_voy._eventFlags & EVTFLAG_TIME_DISABLED)) {
++_vm->_voy._switchBGNum;
if (_vm->_debugger._isTimeActive) {