From 2bd2fe43c5b2514b9dc3e5d851dcb3affec78167 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 9 Mar 2009 02:25:29 +0000 Subject: Change Personal Nightmare support to optional, until setjmp/longjmp code is converted. svn-id: r39253 --- engines/agos/event.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/agos/event.cpp') 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) -- cgit v1.2.3