aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2007-04-29 14:06:46 +0000
committerFilippos Karapetis2007-04-29 14:06:46 +0000
commit21e53116507c57f1639126cd04bd7fe9c864896c (patch)
tree387f933fba78873a98019cfdd94916bd9a5803ad /engines/agi/detection.cpp
parent43779ab10cc1eda75ea5beefaff9867e7ad34d67 (diff)
downloadscummvm-rg350-21e53116507c57f1639126cd04bd7fe9c864896c.tar.gz
scummvm-rg350-21e53116507c57f1639126cd04bd7fe9c864896c.tar.bz2
scummvm-rg350-21e53116507c57f1639126cd04bd7fe9c864896c.zip
Handle the escape key properly in KQ4. Fixes bug #1660158
svn-id: r26677
Diffstat (limited to 'engines/agi/detection.cpp')
-rw-r--r--engines/agi/detection.cpp10
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,
},