diff options
author | Kirben | 2015-06-30 13:49:01 +1000 |
---|---|---|
committer | Kirben | 2015-06-30 13:49:01 +1000 |
commit | 927ff67ce6c7eb026c3cd6e85b628eebf8511e2b (patch) | |
tree | be32c7c0fd6a0d3d16d59f072a5e25d55a7418ff /engines/agos | |
parent | 93072407bc1f0389a4e5195f96715e4b5acdcc65 (diff) | |
download | scummvm-rg350-927ff67ce6c7eb026c3cd6e85b628eebf8511e2b.tar.gz scummvm-rg350-927ff67ce6c7eb026c3cd6e85b628eebf8511e2b.tar.bz2 scummvm-rg350-927ff67ce6c7eb026c3cd6e85b628eebf8511e2b.zip |
AGOS: List Infocom versions of Simon the Sorcerer 1 during detections.
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/detection_tables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 2f4709c49e..793d4081cf 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -1385,7 +1385,7 @@ static const AGOSGameDescription gameDescriptions[] = { { { "simon1", - "Floppy", + "Infocom Floppy", { { "gamepc", GAME_BASEFILE, "9f93d27432ce44a787eef10adb640870", 37070}, @@ -1409,7 +1409,7 @@ static const AGOSGameDescription gameDescriptions[] = { { { "simon1", - "Floppy", + "Infocom Floppy", { { "gamepc", GAME_BASEFILE, "62de24fc579b94fac7d3d23201b65b14", -1}, @@ -1599,11 +1599,11 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE }, - // Simon the Sorcerer 1 - English DOS CD alternate? + // Simon the Sorcerer 1 - English DOS CD (Infocom) { { "simon1", - "CD", + "Infocom CD", { { "gamepc", GAME_BASEFILE, "c0b948b6821d2140f8b977144f21027a", -1}, |