aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/event.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-08-12 02:24:03 +0000
committerTravis Howell2009-08-12 02:24:03 +0000
commit8a62c94f80029ad0d3215438174d2b3c498dc261 (patch)
treee9bbf66f949fe55fccae4c7eb533cef5df850493 /engines/agos/event.cpp
parent9e66b4a3b1b15ff8a35cc078961a0da5e3c9fe43 (diff)
downloadscummvm-rg350-8a62c94f80029ad0d3215438174d2b3c498dc261.tar.gz
scummvm-rg350-8a62c94f80029ad0d3215438174d2b3c498dc261.tar.bz2
scummvm-rg350-8a62c94f80029ad0d3215438174d2b3c498dc261.zip
Enable Personal Nightmare by default.
svn-id: r43304
Diffstat (limited to 'engines/agos/event.cpp')
-rw-r--r--engines/agos/event.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agos/event.cpp b/engines/agos/event.cpp
index d9cf529fa8..2ba5d56243 100644
--- a/engines/agos/event.cpp
+++ b/engines/agos/event.cpp
@@ -613,7 +613,6 @@ void AGOSEngine_Feeble::timerProc() {
}
#endif
-#ifdef ENABLE_PN
void AGOSEngine_PN::timerProc() {
if (_videoLockOut & 0x80E9 || _videoLockOut & 2)
return;
@@ -652,7 +651,6 @@ void AGOSEngine_PN::timerProc() {
_videoLockOut &= ~2;
}
-#endif
void AGOSEngine::timerProc() {
if (_videoLockOut & 0x80E9 || _videoLockOut & 2)