From 6460511603b2c780ec8fbf5f46418f503254578b Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 30 Mar 2009 08:31:30 +0000 Subject: Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in future. svn-id: r39753 --- engines/agos/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/detection_tables.h') diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 5043138444..c0b5309b40 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -92,7 +92,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR }, - // Personal Nightmare 1.1c - English DOS Floppy + // Personal Nightmare 1.1c - EGA English DOS Floppy { { "pn", @@ -111,7 +111,7 @@ static const AGOSGameDescription gameDescriptions[] = { GType_PN, GID_PN, - GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR + GF_OLD_BUNDLE | GF_CRUNCHED | GF_EGA | GF_PLANAR }, // Elvira 1 - English Amiga Floppy Demo -- cgit v1.2.3