aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.cpp
diff options
context:
space:
mode:
authorStrangerke2014-02-20 00:37:11 +0100
committerStrangerke2014-02-20 00:37:11 +0100
commit27d624e79f4d488b9a97806bb5ddb81e4a40097b (patch)
treea926041c3249768a9e39f0e30ab2ce8fe1c41c93 /engines/voyeur/events.cpp
parent3584680587cc0ad5c8f6c234edced42c34ec5ca4 (diff)
downloadscummvm-rg350-27d624e79f4d488b9a97806bb5ddb81e4a40097b.tar.gz
scummvm-rg350-27d624e79f4d488b9a97806bb5ddb81e4a40097b.tar.bz2
scummvm-rg350-27d624e79f4d488b9a97806bb5ddb81e4a40097b.zip
VOYEUR: Remove unused variables and functions in GraphicsManager
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 51096956c0..cff394797b 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -90,7 +90,7 @@ void EventsManager::startMainClockInt() {
_mainIntNode._intFunc = &EventsManager::mainVoyeurIntFunc;
_mainIntNode._flags = 0;
_mainIntNode._curTime = 0;
- _mainIntNode._timeReset = _vm->_graphicsManager._palFlag ? 50 : 60;
+ _mainIntNode._timeReset = 60;
}
void EventsManager::mainVoyeurIntFunc() {