diff options
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/scumm.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 0c79a0b109..98dfb2c446 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -954,11 +954,6 @@ int ScummEngine::init() { _system->initSize(Common::kHercW, Common::kHercH); defaultTo1XScaler = true; } else { - // FIXME: The way we now handle the force_1x_overlay setting implies - // that if you start scummvm into the launcher with force_1x_overlay - // set to true, it'll get reset to the default value (usually 'false' - // except for Symbian) before launching a game. - // This may or may not be the desired behavior... _system->initSize(_screenWidth, _screenHeight); defaultTo1XScaler = (_screenWidth > 320); } |