Skip to content

Commit

Permalink
AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed May 10, 2018
1 parent 77f24f3 commit 5b604e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -1712,6 +1712,8 @@ if test "$_release_build" = yes; then
# Add a define, which indicates we are doing
# an build for a release version.
append_var DEFINES "-DRELEASE_BUILD"
_sdlnet=no
_libcurl=no
fi


Expand Down
12 changes: 6 additions & 6 deletions engines/agos/detection_tables.h
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5b604e4

Please sign in to comment.