diff options
author | Eugene Sandulenko | 2018-05-10 16:59:22 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-05-10 16:59:53 +0200 |
commit | 5b604e42e2a6454b0566504ff88e9840cd800407 (patch) | |
tree | 79b82f1be5fcd43826e3806224db80589291cf2c /engines/agos | |
parent | 77f24f36ac4fe61cb9a3204cf1c6a919c024a247 (diff) | |
download | scummvm-rg350-5b604e42e2a6454b0566504ff88e9840cd800407.tar.gz scummvm-rg350-5b604e42e2a6454b0566504ff88e9840cd800407.tar.bz2 scummvm-rg350-5b604e42e2a6454b0566504ff88e9840cd800407.zip |
AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/detection_tables.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index cf7dab9d85..b9cdce6b99 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -2401,7 +2401,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE }, - // Simon the Sorcerer 2 - Russian Fan with MT-32 fix (25th Anniversary Edition) + // Simon the Sorcerer 2 - Russian Fan with MT-32 hack (25th Anniversary Edition) { { "simon2", @@ -2426,7 +2426,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE }, - // Simon the Sorcerer 2 - Polish with MT-32 fix (25th Anniversary Edition) + // Simon the Sorcerer 2 - Polish with MT-32 hack (25th Anniversary Edition) { { "simon2", @@ -2451,7 +2451,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE | GF_WAVSFX }, - // Simon the Sorcerer 2 - Hebrew with MT-32 fix (25th Anniversary Edition) + // Simon the Sorcerer 2 - Hebrew with MT-32 hack (25th Anniversary Edition) { { "simon2", @@ -2476,7 +2476,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE | GF_WAVSFX }, - // Simon the Sorcerer 2 - Italian with MT-32 fix (25th Anniversary Edition) + // Simon the Sorcerer 2 - Italian with MT-32 hack (25th Anniversary Edition) { { "simon2", @@ -2501,7 +2501,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE | GF_WAVSFX }, - // Simon the Sorcerer 2 - Czech with MT-32 fix (25th Anniversary Edition) + // Simon the Sorcerer 2 - Czech with MT-32 hack (25th Anniversary Edition) { { "simon2", @@ -2526,7 +2526,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE | GF_WAVSFX }, - // Simon the Sorcerer 2 - Spanish with MT-32 fix (25th Anniversary Edition) + // Simon the Sorcerer 2 - Spanish with MT-32 hack (25th Anniversary Edition) { { "simon2", |