Skip to content

Commit

Permalink
TSAGE: Changed game Id from 'ring' to 'ringworld'
Browse files Browse the repository at this point in the history
This should help avoid name conflicts in the future with the Ring engine
  • Loading branch information
dreammaster committed Aug 7, 2011
1 parent e978a6a commit 622f8a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion engines/tsage/detection.cpp
Expand Up @@ -59,7 +59,7 @@ Common::String TSageEngine::getPrimaryFilename() const {

static const PlainGameDescriptor tSageGameTitles[] = {
{ "tsage", "Unknown Tsunami TSAGE-based Game" },
{ "ring", "Ringworld: Revenge of the Patriarch" },
{ "ringworld", "Ringworld: Revenge of the Patriarch" },
{ "blueforce", "Blue Force" },
{ 0, 0 }
};
Expand Down
10 changes: 5 additions & 5 deletions engines/tsage/detection_tables.h
Expand Up @@ -27,7 +27,7 @@ static const tSageGameDescription gameDescriptions[] = {
// Ringworld English CD and First Wave versions
{
{
"ring",
"ringworld",
"CD",
AD_ENTRY1s("ring.rlb", "466f0e6492d9d0f34d35c5cd088de90f", 37847618),
Common::EN_ANY,
Expand All @@ -41,7 +41,7 @@ static const tSageGameDescription gameDescriptions[] = {
// Ringworld Spanish CD
{
{
"ring",
"ringworld",
"CD",
AD_ENTRY1s("ring.rlb", "cb8bba91b30cd172712371d7123bd763", 7427980),
Common::ES_ESP,
Expand All @@ -55,7 +55,7 @@ static const tSageGameDescription gameDescriptions[] = {
// Ringworld English Floppy version
{
{
"ring",
"ringworld",
"Floppy",
AD_ENTRY1s("ring.rlb", "7b7f0c5b37b58fa5ec06ebb2ca0d0d9d", 8438770),
Common::EN_ANY,
Expand All @@ -69,7 +69,7 @@ static const tSageGameDescription gameDescriptions[] = {
// Ringworld English Floppy Demo #1 version
{
{
"ring",
"ringworld",
"Floppy Demo",
AD_ENTRY1s("tsage.rlb", "3b3604a97c06c91f3735d3e9d341f63f", 833453),
Common::EN_ANY,
Expand All @@ -84,7 +84,7 @@ static const tSageGameDescription gameDescriptions[] = {
// Ringworld English Floppy Demo #2 version
{
{
"ring",
"ringworld",
"Floppy Demo",
AD_ENTRY1s("demoring.rlb", "64050e1806203b15bb03876140eb4f56", 832206),
Common::EN_ANY,
Expand Down

0 comments on commit 622f8a1

Please sign in to comment.