mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TSAGE: Ringworld Spanish detection Floppy & CD versions
The story with Ringworld Spanish is the same as Blue Force Spanish. It was originally released on Floppy, and the CD version is just the installed Floppy version put onto CD. But it does not contain any audio tracks at all, and is best handled as Floppy.
This commit is contained in:
committed by
Paul Gilbert
parent
c6204c2c90
commit
277df95c84
@@ -40,19 +40,19 @@ static const tSageGameDescription gameDescriptions[] = {
|
||||
GType_Ringworld,
|
||||
GF_CD | GF_ALT_REGIONS
|
||||
},
|
||||
// Ringworld Spanish CD
|
||||
// Ringworld Spanish Floppy and CD use the same files
|
||||
{
|
||||
{
|
||||
"ringworld",
|
||||
"CD",
|
||||
"",
|
||||
AD_ENTRY1s("ring.rlb", "cb8bba91b30cd172712371d7123bd763", 7427980),
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_CD,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO2(GUIO_NOSPEECH, GUIO_NOSFX)
|
||||
},
|
||||
GType_Ringworld,
|
||||
GF_CD | GF_ALT_REGIONS
|
||||
GF_FLOPPY | GF_ALT_REGIONS
|
||||
},
|
||||
// Ringworld English Floppy version
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user