aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/menu.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2007-07-15 06:24:39 +0000
committerFilippos Karapetis2007-07-15 06:24:39 +0000
commit6376321e5a486fb6fba867e0e80205282826b806 (patch)
tree43ce7674e514d36253e18dd16fef490559b2bed6 /engines/agi/menu.cpp
parent198b6ac8e64044823922420afaeb948508f41775 (diff)
downloadscummvm-rg350-6376321e5a486fb6fba867e0e80205282826b806.tar.gz
scummvm-rg350-6376321e5a486fb6fba867e0e80205282826b806.tar.bz2
scummvm-rg350-6376321e5a486fb6fba867e0e80205282826b806.zip
Enabled menus in some old AGI games (released in 1986) which did not have menus them originally: KQ1 Amiga and ST and early versions of KQ3 Amiga, SQ1 ST, SQ1 DOS and SQ1 Amiga. The GF_FORCEMENUS flag has been remaned to GF_MENUS. Also, two problematic versions of KQ3, a problematic version of SQ1 and a problematic version of Mixed up Mother Goose have been disabled. Finally, a duplicate detection entry for SQ1 has been removed
svn-id: r28095
Diffstat (limited to 'engines/agi/menu.cpp')
-rw-r--r--engines/agi/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/menu.cpp b/engines/agi/menu.cpp
index 4cba788273..7aa7f5e55d 100644
--- a/engines/agi/menu.cpp
+++ b/engines/agi/menu.cpp
@@ -267,7 +267,7 @@ bool Menu::keyhandler(int key) {
static int menuActive = false;
static int buttonUsed = 0;
- if (!_vm->getflag(fMenusWork) && !(_vm->getFeatures() & GF_FORCEMENUS))
+ if (!_vm->getflag(fMenusWork) && !(_vm->getFeatures() & GF_MENUS))
return false;
if (!menuActive) {