diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lilliput/detection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 |