From fbbc6096104a588204a3aa75f2eb72afeca74f59 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 8 Oct 2006 00:00:58 +0000 Subject: A few corrections for Elvira 1 game details svn-id: r24180 --- engines/agos/game.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/agos/game.cpp b/engines/agos/game.cpp index 3c31304a01..00bacaf93f 100644 --- a/engines/agos/game.cpp +++ b/engines/agos/game.cpp @@ -693,7 +693,7 @@ static AGOSGameDescription gameDescriptions[] = { { { "elvira1", - "Floppy", + "Demo", ARRAYSIZE(ELVIRA1AMIGADEMO_GameFiles), ELVIRA1AMIGADEMO_GameFiles, Common::EN_ANY, @@ -721,14 +721,14 @@ static AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE, }, - // Elvira - English DOS Floppy Alternative? + // Elvira - French DOS Floppy { { "elvira1", "Floppy", ARRAYSIZE(ELVIRA1DOS2_GameFiles), ELVIRA1DOS2_GameFiles, - Common::EN_ANY, + Common::FR_FRA, Common::kPlatformPC, }, -- cgit v1.2.3