aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_pn.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-08-12 02:24:03 +0000
committerTravis Howell2009-08-12 02:24:03 +0000
commit8a62c94f80029ad0d3215438174d2b3c498dc261 (patch)
treee9bbf66f949fe55fccae4c7eb533cef5df850493 /engines/agos/vga_pn.cpp
parent9e66b4a3b1b15ff8a35cc078961a0da5e3c9fe43 (diff)
downloadscummvm-rg350-8a62c94f80029ad0d3215438174d2b3c498dc261.tar.gz
scummvm-rg350-8a62c94f80029ad0d3215438174d2b3c498dc261.tar.bz2
scummvm-rg350-8a62c94f80029ad0d3215438174d2b3c498dc261.zip
Enable Personal Nightmare by default.
svn-id: r43304
Diffstat (limited to 'engines/agos/vga_pn.cpp')
-rw-r--r--engines/agos/vga_pn.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/agos/vga_pn.cpp b/engines/agos/vga_pn.cpp
index 27152ef2dd..d249259ba6 100644
--- a/engines/agos/vga_pn.cpp
+++ b/engines/agos/vga_pn.cpp
@@ -23,8 +23,6 @@
*
*/
-#ifdef ENABLE_PN
-
#include "agos/agos.h"
#include "agos/intern.h"
#include "agos/vga.h"
@@ -219,5 +217,3 @@ void AGOSEngine_PN::clearVideoWindow(uint16 num, uint16 color) {
}
} // End of namespace AGOS
-
-#endif // ENABLE_PN