TSAGE: Implemented scene priority changes introduced in Ringworld CD & Floppy Demo #2

This commit is contained in:
Paul Gilbert 2011-04-26 09:25:25 +10:00
parent 09bf964807
commit 8fddf47e8c
4 changed files with 49 additions and 27 deletions

View file

@ -39,7 +39,7 @@ static const tSageGameDescription gameDescriptions[] = {
Common::GUIO_NONE
},
GType_Ringworld,
GF_CD
GF_CD | GF_ALT_REGIONS
},
// Ringworld First Wave English CD version
{
@ -53,7 +53,7 @@ static const tSageGameDescription gameDescriptions[] = {
Common::GUIO_NONE
},
GType_Ringworld,
GF_CD
GF_CD | GF_ALT_REGIONS
},
// Ringworld English Floppy version
{
@ -69,21 +69,7 @@ static const tSageGameDescription gameDescriptions[] = {
GType_Ringworld,
GF_FLOPPY
},
// Ringworld English Floppy Demo version
{
{
"ring",
"Floppy Demo",
AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_DEMO,
Common::GUIO_NONE
},
GType_Ringworld,
GF_FLOPPY | GF_DEMO
},
// Ringworld English Floppy Demo Alt version
// Ringworld English Floppy Demo #1 version
{
{
"ring",
@ -97,6 +83,20 @@ static const tSageGameDescription gameDescriptions[] = {
GType_Ringworld,
GF_FLOPPY | GF_DEMO
},
// Ringworld English Floppy Demo #2 version
{
{
"ring",
"Floppy Demo",
AD_ENTRY1s("demoring.rlb", "9ecf48e088a0d475778fab480b3dbdd0", 832206),
Common::EN_ANY,
Common::kPlatformPC,
ADGF_DEMO,
Common::GUIO_NONE
},
GType_Ringworld,
GF_FLOPPY | GF_DEMO | GF_ALT_REGIONS
},
// Blue Force
{