Skip to content

Commit

Permalink
SCUMM: change comment in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
athrxx committed Jun 15, 2011
1 parent d19b9ba commit 3c26c9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions engines/scumm/scumm.cpp
Expand Up @@ -1167,11 +1167,8 @@ Common::Error ScummEngine::init() {
continue;
_outputPixelFormat = *g;
initGraphics(screenWidth, screenHeight, screenWidth > 320, &_outputPixelFormat);
// athrxx-06/15/2011: To avoid regressions I add support for other modes than 555 only
// for FM-TOWNS games and for LOOM PCE atm.
// TODO: Someone knowledgeable about HE games might check whether other modes can be
// supported for these games, too. Quick tests with SPYOZON indicate that this should
// not be a problem.
// Other modes than 555 are only supported for FM-TOWNS games and LOOM PCE.
// Especially the HE games require 555.
if (*g == _system->getScreenFormat() || (_game.platform != Common::kPlatformFMTowns && _game.platform != Common::kPlatformPCEngine))
break;
}
Expand Down

0 comments on commit 3c26c9b

Please sign in to comment.