aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_pn.cpp
diff options
context:
space:
mode:
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