aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-03-07 00:57:38 +0000
committerTravis Howell2005-03-07 00:57:38 +0000
commit7627f75d9bb234528b1d532323d99cf34788587e (patch)
tree15f90e0038669d995e8553e85d127cd2893d7d36 /scumm
parentbf9bdd6c2ec8cf57978db3c10b30bc7d76a0907a (diff)
downloadscummvm-rg350-7627f75d9bb234528b1d532323d99cf34788587e.tar.gz
scummvm-rg350-7627f75d9bb234528b1d532323d99cf34788587e.tar.bz2
scummvm-rg350-7627f75d9bb234528b1d532323d99cf34788587e.zip
Missed a bit
svn-id: r17021
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 19c242af37..ef5c676f28 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1036,6 +1036,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
break;
case Common::kRenderEGA:
+ if (!(_features & GF_16COLOR))
_renderMode = Common::kRenderDefault;
break;