aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection.cpp
diff options
context:
space:
mode:
authorKari Salminen2008-01-02 19:10:01 +0000
committerKari Salminen2008-01-02 19:10:01 +0000
commit5e7cc8b2d9576e6a4d061434227f0db00c87eb31 (patch)
treefdd7894907224ed481bdcc5d9980eaa27bb2a44e /engines/agi/detection.cpp
parent040a7b54fa0216ff786c58adb23aee1ab5364d9c (diff)
downloadscummvm-rg350-5e7cc8b2d9576e6a4d061434227f0db00c87eb31.tar.gz
scummvm-rg350-5e7cc8b2d9576e6a4d061434227f0db00c87eb31.tar.bz2
scummvm-rg350-5e7cc8b2d9576e6a4d061434227f0db00c87eb31.zip
Add GF_OLDAMIGAV20 game flag for correctly setting computer type (v20 i.e. vComputer) for particular old Amiga AGI games (Space Quest I v1.2 at the moment).
svn-id: r30164
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 7584780978..39442a5c8e 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -1471,7 +1471,7 @@ static const AGIGameDescription gameDescriptions[] = {
},
GID_SQ1,
GType_V2,
- GF_MENUS,
+ GF_MENUS | GF_OLDAMIGAV20,
0x2440,
},