diff options
author | Travis Howell | 2006-10-06 05:17:54 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-06 05:17:54 +0000 |
commit | 81cbb8f71826eb8c8df85aecebfec489ffe5caec (patch) | |
tree | e9be94fdc4b50099428d101d039b874dfe925af8 /engines | |
parent | 3183f364225617252f3ac4f74b4056ac5238a610 (diff) | |
download | scummvm-rg350-81cbb8f71826eb8c8df85aecebfec489ffe5caec.tar.gz scummvm-rg350-81cbb8f71826eb8c8df85aecebfec489ffe5caec.tar.bz2 scummvm-rg350-81cbb8f71826eb8c8df85aecebfec489ffe5caec.zip |
Correct game titles for Elvira 1/2
svn-id: r24134
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/game.cpp b/engines/agos/game.cpp index 2a83d00b27..341979fb1f 100644 --- a/engines/agos/game.cpp +++ b/engines/agos/game.cpp @@ -67,8 +67,8 @@ static const ObsoleteGameID obsoleteGameIDsTable[] = { }; static const PlainGameDescriptor simonGames[] = { - {"elvira1", "Elvira"}, - {"elvira2", "Elvira 2"}, + {"elvira1", "Elvira - Mistress of the Dark"}, + {"elvira2", "Elvira II - The Jaws of Ceberus"}, {"waxworks", "Waxworks"}, {"simon1", "Simon the Sorcerer 1"}, {"simon2", "Simon the Sorcerer 2"}, |