diff options
author | Filippos Karapetis | 2007-07-11 16:49:44 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-07-11 16:49:44 +0000 |
commit | 1b17f2d6a7b9e05031d5892a0b4a1b5871733082 (patch) | |
tree | d00f631e6d708e033b6c21e89bcfca9b4c8ed246 | |
parent | 24344fe6ce2ddd62d34bf09f1084758374c05218 (diff) | |
download | scummvm-rg350-1b17f2d6a7b9e05031d5892a0b4a1b5871733082.tar.gz scummvm-rg350-1b17f2d6a7b9e05031d5892a0b4a1b5871733082.tar.bz2 scummvm-rg350-1b17f2d6a7b9e05031d5892a0b4a1b5871733082.zip |
Enable menus for Space Quest 1 (PC) 1.1A
svn-id: r28033
-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 b3070f0ee3..c33ab06bed 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -1335,7 +1335,7 @@ static const AGIGameDescription gameDescriptions[] = { }, GID_SQ1, GType_V2, - 0, + GF_FORCEMENUS, 0x2272, }, |