From 7627f75d9bb234528b1d532323d99cf34788587e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 7 Mar 2005 00:57:38 +0000 Subject: Missed a bit svn-id: r17021 --- scumm/scumm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') 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; -- cgit v1.2.3