aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2011-10-22 12:48:18 +0200
committerTorbjörn Andersson2011-10-22 12:48:18 +0200
commita30e629005576edc2455cb0c1d84cd5f34918a90 (patch)
treeb2571a55af771c4b5698872d6aa1564c9e18b6c0 /engines
parentd3193687a73b92213095db6b8bbf6b6b4614af12 (diff)
downloadscummvm-rg350-a30e629005576edc2455cb0c1d84cd5f34918a90.tar.gz
scummvm-rg350-a30e629005576edc2455cb0c1d84cd5f34918a90.tar.bz2
scummvm-rg350-a30e629005576edc2455cb0c1d84cd5f34918a90.zip
TSAGE: Add description for Return to Ringworld
The engine detects it, so it might as well put a name to it.
Diffstat (limited to 'engines')
-rw-r--r--engines/tsage/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp
index 44a25085fa..ba01e024e5 100644
--- a/engines/tsage/detection.cpp
+++ b/engines/tsage/detection.cpp
@@ -61,6 +61,7 @@ static const PlainGameDescriptor tSageGameTitles[] = {
{ "tsage", "Tsunami TsAGE-based Game" },
{ "ringworld", "Ringworld: Revenge of the Patriarch" },
{ "blueforce", "Blue Force" },
+ { "ringworld2", "Return to Ringworld" },
{ 0, 0 }
};