diff options
author | Kirben | 2016-02-28 11:14:44 +1100 |
---|---|---|
committer | Kirben | 2016-02-28 11:14:44 +1100 |
commit | ae9190735d8e3b911bd12c17c34032150835cdeb (patch) | |
tree | e511d43ecf35504cfb7623e8267724e40ac6809a /engines | |
parent | 818a33ea30e19597a28f0e1d19f4cf59549e7f33 (diff) | |
download | scummvm-rg350-ae9190735d8e3b911bd12c17c34032150835cdeb.tar.gz scummvm-rg350-ae9190735d8e3b911bd12c17c34032150835cdeb.tar.bz2 scummvm-rg350-ae9190735d8e3b911bd12c17c34032150835cdeb.zip |
TSAGE: Remove ADGF_TESTING from Return to Ringworld.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 109ac353e6..f331ecdab5 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -165,7 +165,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("r2rw.rlb", "df6c25622387007788ca36d99362c1f0", 47586928), Common::EN_ANY, Common::kPlatformDOS, - ADGF_CD | ADGF_TESTING, + ADGF_CD, GUIO0() }, GType_Ringworld2, @@ -179,7 +179,7 @@ static const tSageGameDescription gameDescriptions[] = { AD_ENTRY1s("r2rw.rlb", "c8e1a82c67c3caf57368eadde13dc15f", 32384464), Common::EN_ANY, Common::kPlatformDOS, - ADGF_CD | ADGF_TESTING, + ADGF_CD, GUIO0() }, GType_Ringworld2, |