diff options
Diffstat (limited to 'engines')
-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, }, |