aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-09-05 16:30:05 +0000
committerTravis Howell2003-09-05 16:30:05 +0000
commit47215f39dd766b97e3cb33116ba34e7eac263cfd (patch)
tree4d4e5c468828bfadd1e90b1616ac77c5d96dbaec /scumm
parent0a9d234b52c5ddd4ae4807760f2bc6d11e4ba8c0 (diff)
downloadscummvm-rg350-47215f39dd766b97e3cb33116ba34e7eac263cfd.tar.gz
scummvm-rg350-47215f39dd766b97e3cb33116ba34e7eac263cfd.tar.bz2
scummvm-rg350-47215f39dd766b97e3cb33116ba34e7eac263cfd.zip
Add to config as int for now.
svn-id: r10012
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 1598b25618..d6efb51679 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -232,6 +232,9 @@ const VersionSettings *Engine_SCUMM_targetList() {
Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) {
Engine *engine;
+ if (detector->_amiga)
+ detector->_game.features |= GF_AMIGA;
+
switch (detector->_platform) {
case 1:
detector->_game.features |= GF_AMIGA;