aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/event.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-03-09 02:25:29 +0000
committerTravis Howell2009-03-09 02:25:29 +0000
commit2bd2fe43c5b2514b9dc3e5d851dcb3affec78167 (patch)
tree344068c3936357f6eb6fdff37186fb8bb5e123d8 /engines/agos/event.cpp
parentb2d49eaeef32b34353c787884f23892411e169f9 (diff)
downloadscummvm-rg350-2bd2fe43c5b2514b9dc3e5d851dcb3affec78167.tar.gz
scummvm-rg350-2bd2fe43c5b2514b9dc3e5d851dcb3affec78167.tar.bz2
scummvm-rg350-2bd2fe43c5b2514b9dc3e5d851dcb3affec78167.zip
Change Personal Nightmare support to optional, until setjmp/longjmp code is converted.
svn-id: r39253
Diffstat (limited to 'engines/agos/event.cpp')
-rw-r--r--engines/agos/event.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agos/event.cpp b/engines/agos/event.cpp
index c915af1aba..183aff1cf1 100644
--- a/engines/agos/event.cpp
+++ b/engines/agos/event.cpp
@@ -613,6 +613,7 @@ void AGOSEngine_Feeble::timerProc() {
_videoLockOut &= ~2;
}
+#ifdef ENABLE_PN
void AGOSEngine_PN::timerProc() {
if (_videoLockOut & 0x80E9 || _videoLockOut & 2)
return;
@@ -651,6 +652,7 @@ void AGOSEngine_PN::timerProc() {
_videoLockOut &= ~2;
}
+#endif
void AGOSEngine::timerProc() {
if (_videoLockOut & 0x80E9 || _videoLockOut & 2)