aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-03-07 01:04:07 +0000
committerTravis Howell2005-03-07 01:04:07 +0000
commitcb492e9b08363845c9727e5a9eaa606df2f10fe9 (patch)
tree202a0297fbfa1191139f588a9efcc9f1d6a72867
parent7627f75d9bb234528b1d532323d99cf34788587e (diff)
downloadscummvm-rg350-cb492e9b08363845c9727e5a9eaa606df2f10fe9.tar.gz
scummvm-rg350-cb492e9b08363845c9727e5a9eaa606df2f10fe9.tar.bz2
scummvm-rg350-cb492e9b08363845c9727e5a9eaa606df2f10fe9.zip
Restriction no longer required.
svn-id: r17022
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ef5c676f28..d43e27a725 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1020,7 +1020,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
}
// Do some render mode restirctions
- if ((_renderMode != Common::kRenderDefault && !(_features & GF_PC)) || _version == 1)
+ if (_version == 1)
_renderMode = Common::kRenderDefault;
switch (_renderMode) {