Skip to content

Commit

Permalink
LILLIPUT: Marks game as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Joefish authored and sev- committed Mar 28, 2018
1 parent 399d1e2 commit de7c3d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engines/lilliput/detection.cpp
Expand Up @@ -65,7 +65,7 @@ static const LilliputGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
ADGF_UNSTABLE,
GUIO0()
},
kGameTypeRobin
Expand All @@ -81,7 +81,7 @@ static const LilliputGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
ADGF_UNSTABLE,
GUIO0()
},
kGameTypeRobin
Expand All @@ -97,7 +97,7 @@ static const LilliputGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
ADGF_UNSTABLE,
GUIO0()
},
kGameTypeRobin
Expand All @@ -113,7 +113,7 @@ static const LilliputGameDescription gameDescriptions[] = {
},
Common::IT_ITA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
ADGF_UNSTABLE,
GUIO0()
},
kGameTypeRobin
Expand Down

0 comments on commit de7c3d3

Please sign in to comment.