From 81cbb8f71826eb8c8df85aecebfec489ffe5caec Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 6 Oct 2006 05:17:54 +0000 Subject: Correct game titles for Elvira 1/2 svn-id: r24134 --- engines/agos/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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"}, -- cgit v1.2.3