diff options
author | Travis Howell | 2006-10-08 00:00:58 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-08 00:00:58 +0000 |
commit | fbbc6096104a588204a3aa75f2eb72afeca74f59 (patch) | |
tree | d056a57906d100371f8e950bf986f830f9ed6e7f /engines/agos | |
parent | 7212dfaa2222283800352043989802837dd90c7f (diff) | |
download | scummvm-rg350-fbbc6096104a588204a3aa75f2eb72afeca74f59.tar.gz scummvm-rg350-fbbc6096104a588204a3aa75f2eb72afeca74f59.tar.bz2 scummvm-rg350-fbbc6096104a588204a3aa75f2eb72afeca74f59.zip |
A few corrections for Elvira 1 game details
svn-id: r24180
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/game.cpp | 6 |
1 files 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, }, |