diff options
-rw-r--r-- | engines/agi/detection.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 97f4ecd200..8dd970b5ca 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -737,7 +737,7 @@ static const AGIGameDescription gameDescriptions[] = { Common::ADGF_NO_FLAGS }, GType_V3, - 0, + GF_ESC_MENU, 0x3086, }, @@ -753,7 +753,7 @@ static const AGIGameDescription gameDescriptions[] = { Common::ADGF_NO_FLAGS }, GType_V3, - 0, + GF_ESC_MENU, 0x3086, }, @@ -769,7 +769,7 @@ static const AGIGameDescription gameDescriptions[] = { Common::ADGF_NO_FLAGS }, GType_V3, - 0, + GF_ESC_MENU, 0x3086, }, @@ -785,7 +785,7 @@ static const AGIGameDescription gameDescriptions[] = { Common::ADGF_NO_FLAGS }, GType_V3, - 0, + GF_ESC_MENU, 0x3086, }, @@ -801,7 +801,7 @@ static const AGIGameDescription gameDescriptions[] = { Common::ADGF_NO_FLAGS }, GType_V3, - 0, + GF_ESC_MENU, 0x3149, }, |