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/vga_pn.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/agos/vga_pn.cpp') diff --git a/engines/agos/vga_pn.cpp b/engines/agos/vga_pn.cpp index 61e5bc1e9c..e84248bb4d 100644 --- a/engines/agos/vga_pn.cpp +++ b/engines/agos/vga_pn.cpp @@ -23,8 +23,7 @@ * */ -// Video script opcodes for Simon1/Simon2 - +#ifdef ENABLE_PN #include "agos/agos.h" #include "agos/intern.h" @@ -221,3 +220,5 @@ void AGOSEngine_PN::clearVideoWindow(uint16 num, uint16 color) { } } // End of namespace AGOS + +#endif -- cgit v1.2.3