aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-01-08 22:41:25 +0000
committerFilippos Karapetis2009-01-08 22:41:25 +0000
commitc8f16d8716963cdd96df5c83024621170bbfdeb6 (patch)
tree66df16051b70eba0659ce915fa16a8f20f4fa272 /engines/agi/detection.cpp
parent3c34c2ce74f39481f8ed63ded37a6d81a9f44d41 (diff)
downloadscummvm-rg350-c8f16d8716963cdd96df5c83024621170bbfdeb6.tar.gz
scummvm-rg350-c8f16d8716963cdd96df5c83024621170bbfdeb6.tar.bz2
scummvm-rg350-c8f16d8716963cdd96df5c83024621170bbfdeb6.zip
Fixed slight regression
svn-id: r35791
Diffstat (limited to 'engines/agi/detection.cpp')
-rw-r--r--engines/agi/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 5c6f0ea6d9..49ee169eb8 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -289,7 +289,7 @@ static const AGIGameDescription gameDescriptions[] = {
// King's Quest 3 (ST) 1.02 11/18/86
// Does not have menus, crashes if menus are enforced. Therefore, ESC pauses the game
- GAME_FP("kq3", "1.02 1986-11-18", "8846df2654302b623217ba8bd6d657a9", 0x2272, GF_MENUS, GID_KQ3, Common::kPlatformAtariST),
+ GAME_FP("kq3", "1.02 1986-11-18", "8846df2654302b623217ba8bd6d657a9", 0x2272, GF_ESCPAUSE, GID_KQ3, Common::kPlatformAtariST),
// King's Quest 3 (Mac) 2.14 3/15/88
GAME_P("kq3", "2.14 1988-03-15", "7639c0da5ce94848227d409351fabda2", 0x2440, GID_KQ3, Common::kPlatformMacintosh),