aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_pn.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/vga_pn.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/vga_pn.cpp')
-rw-r--r--engines/agos/vga_pn.cpp5
1 files changed, 3 insertions, 2 deletions
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