aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-08-07 11:07:02 +1000
committerPaul Gilbert2011-08-07 11:07:02 +1000
commit622f8a166c4dd9a3bb2f902e3976edfb1db23c36 (patch)
treebbce1c36d8f17abce459389dba55b538516924e1 /engines/tsage/detection.cpp
parente978a6afb7de89a00b5b5485727879fdd3d706f4 (diff)
downloadscummvm-rg350-622f8a166c4dd9a3bb2f902e3976edfb1db23c36.tar.gz
scummvm-rg350-622f8a166c4dd9a3bb2f902e3976edfb1db23c36.tar.bz2
scummvm-rg350-622f8a166c4dd9a3bb2f902e3976edfb1db23c36.zip
TSAGE: Changed game Id from 'ring' to 'ringworld'
This should help avoid name conflicts in the future with the Ring engine
Diffstat (limited to 'engines/tsage/detection.cpp')
-rw-r--r--engines/tsage/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp
index aaa9030a04..c8aa415914 100644
--- a/engines/tsage/detection.cpp
+++ b/engines/tsage/detection.cpp
@@ -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 }
};