diff options
author | Sven Hesse | 2007-08-02 19:16:32 +0000 |
---|---|---|
committer | Sven Hesse | 2007-08-02 19:16:32 +0000 |
commit | 93f9cf5fd3c0436bf28b67b5dc05abb87146efd3 (patch) | |
tree | 5ec90946e6da0a4230dbdf4138b4ad884d373a9b /engines/gob | |
parent | a865457d731e0444bcabba829ff098f662d45a13 (diff) | |
download | scummvm-rg350-93f9cf5fd3c0436bf28b67b5dc05abb87146efd3.tar.gz scummvm-rg350-93f9cf5fd3c0436bf28b67b5dc05abb87146efd3.tar.bz2 scummvm-rg350-93f9cf5fd3c0436bf28b67b5dc05abb87146efd3.zip |
Renamed "lost" to "lostintime".
svn-id: r28415
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 5522a900b0..3a9eae8891 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -52,7 +52,7 @@ static const PlainGameDescriptor gobGames[] = { {"ween", "Ween: The Prophecy"}, {"bargon", "Bargon Attack"}, {"ajworld", "A.J's World of Discovery"}, - {"lost", "Lost in Time"}, + {"lostintime", "Lost in Time"}, {"gob3", "Goblins Quest 3"}, {"gob3cd", "Goblins Quest 3 CD"}, {"inca2", "Inca II: Wiracocha"}, @@ -864,7 +864,7 @@ static const GOBGameDescription gameDescriptions[] = { }, { { - "lost", + "lostintime", "", AD_ENTRY1s("intro.stk", "7b7f48490dedc8a7cb999388e2fadbe3", 3930674), EN_USA, |