SCI: Remove old SCI32 hires detection heuristic

This commit is contained in:
Colin Snover 2016-10-30 15:08:09 -05:00
parent e8c429832f
commit ee4b172d54
3 changed files with 0 additions and 38 deletions

View file

@ -84,11 +84,6 @@ GfxScreen::GfxScreen(ResourceManager *resMan) : _resMan(resMan) {
}
}
if (_resMan->detectHires()) {
_scriptWidth = 640;
_scriptHeight = 480;
}
// if not yet set, set those to script-width/height
if (!_width)
_width = _scriptWidth;