diff options
-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"}, |