SCI: Remove old SCI32 hires detection heuristic
This commit is contained in:
parent
e8c429832f
commit
ee4b172d54
3 changed files with 0 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue