diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 1 |
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; |