diff options
author | lukaslw | 2014-10-09 18:28:30 +0200 |
---|---|---|
committer | lukaslw | 2014-10-09 18:28:30 +0200 |
commit | 081ad221d553349203336a6623e93358b30697d1 (patch) | |
tree | 98f1bc689eced1fc4432bde71ae0cb507383c6eb | |
parent | 9db1d77d478fafe1ecd2d2723d4374a80bfba90e (diff) | |
download | scummvm-rg350-081ad221d553349203336a6623e93358b30697d1.tar.gz scummvm-rg350-081ad221d553349203336a6623e93358b30697d1.tar.bz2 scummvm-rg350-081ad221d553349203336a6623e93358b30697d1.zip |
PRINCE: Change ADGameFlag in gameDescriptions to ADGF_TESTING
-rw-r--r-- | engines/prince/detection.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |