diff options
author | Filippos Karapetis | 2007-07-11 12:28:07 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-07-11 12:28:07 +0000 |
commit | 61d4dda19a4ace8f41dbd1268bccbd2703cb4a4a (patch) | |
tree | 1fa5bc1815718196f32cc421c186bbbd40a53754 | |
parent | 1dfc0614b7015f14d42cabd3fc5c2c542282966c (diff) | |
download | scummvm-rg350-61d4dda19a4ace8f41dbd1268bccbd2703cb4a4a.tar.gz scummvm-rg350-61d4dda19a4ace8f41dbd1268bccbd2703cb4a4a.tar.bz2 scummvm-rg350-61d4dda19a4ace8f41dbd1268bccbd2703cb4a4a.zip |
Fix for SQ1 Amiga (v 1.2 1986): menus are forced in this version too, like with KQ3 Amiga
svn-id: r28025
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index fce6fa733a..b3070f0ee3 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -1352,7 +1352,7 @@ static const AGIGameDescription gameDescriptions[] = { }, GID_SQ1, GType_V2, - 0, + GF_FORCEMENUS, 0x2440, }, |