From de7c3d345ed7fd0186a00b8605b333ecfde99330 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Sun, 18 Mar 2018 22:11:28 +0100 Subject: LILLIPUT: Marks game as unstable --- engines/lilliput/detection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp index f42221dc39..e0841b80ed 100644 --- a/engines/lilliput/detection.cpp +++ b/engines/lilliput/detection.cpp @@ -65,7 +65,7 @@ static const LilliputGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO0() }, kGameTypeRobin @@ -81,7 +81,7 @@ static const LilliputGameDescription gameDescriptions[] = { }, Common::FR_FRA, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO0() }, kGameTypeRobin @@ -97,7 +97,7 @@ static const LilliputGameDescription gameDescriptions[] = { }, Common::DE_DEU, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO0() }, kGameTypeRobin @@ -113,7 +113,7 @@ static const LilliputGameDescription gameDescriptions[] = { }, Common::IT_ITA, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO0() }, kGameTypeRobin -- cgit v1.2.3