[Scummvm-cvs-logs] scummvm master -> 89f14d38dd947d7f4c6035c843dfeefd60188821

athrxx athrxx at scummvm.org
Wed Jun 15 22:59:34 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
89f14d38dd SCUMM: change comment in last commit


Commit: 89f14d38dd947d7f4c6035c843dfeefd60188821
    https://github.com/scummvm/scummvm/commit/89f14d38dd947d7f4c6035c843dfeefd60188821
Author: athrxx (athrxx at scummvm.org)
Date: 2011-06-15T13:56:39-07:00

Commit Message:
SCUMM: change comment in last commit

Changed paths:
    engines/scumm/scumm.cpp



diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index d498339..c74e4d1 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1165,11 +1165,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;
 			}






More information about the Scummvm-git-logs mailing list