aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-10-08 00:00:58 +0000
committerTravis Howell2006-10-08 00:00:58 +0000
commitfbbc6096104a588204a3aa75f2eb72afeca74f59 (patch)
treed056a57906d100371f8e950bf986f830f9ed6e7f /engines
parent7212dfaa2222283800352043989802837dd90c7f (diff)
downloadscummvm-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')
-rw-r--r--engines/agos/game.cpp6
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,
},