From 081ad221d553349203336a6623e93358b30697d1 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Thu, 9 Oct 2014 18:28:30 +0200 Subject: PRINCE: Change ADGameFlag in gameDescriptions to ADGF_TESTING --- engines/prince/detection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/prince') diff --git a/engines/prince/detection.h b/engines/prince/detection.h index e8f225690e..5cc0d32be4 100644 --- a/engines/prince/detection.h +++ b/engines/prince/detection.h @@ -46,7 +46,7 @@ static const PrinceGameDescription gameDescriptions[] = { AD_ENTRY1s("databank.ptc", "5fa03833177331214ec1354761b1d2ee", 3565031), Common::DE_DEU, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_TESTING, GUIO1(GUIO_NONE) }, 0 @@ -58,7 +58,7 @@ static const PrinceGameDescription gameDescriptions[] = { AD_ENTRY1s("databank.ptc", "48ec9806bda9d152acbea8ce31c93c49", 3435298), Common::PL_POL, Common::kPlatformWindows, - ADGF_NO_FLAGS, + ADGF_TESTING, GUIO1(GUIO_NONE) }, 1 -- cgit v1.2.3