[Scummvm-git-logs] scummvm master -> 122f871f54ee03ceffacd921b5d65e9e0f1ef68a

aquadran aquadran at gmail.com
Sun Feb 28 12:40:27 UTC 2021


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:
122f871f54 ICB: Engine works in specific internal pixel format


Commit: 122f871f54ee03ceffacd921b5d65e9e0f1ef68a
    https://github.com/scummvm/scummvm/commit/122f871f54ee03ceffacd921b5d65e9e0f1ef68a
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-02-28T13:40:21+01:00

Commit Message:
ICB: Engine works in specific internal pixel format

Changed paths:
    engines/icb/options_manager_pc.cpp


diff --git a/engines/icb/options_manager_pc.cpp b/engines/icb/options_manager_pc.cpp
index c8a79158c5..0a719735a0 100644
--- a/engines/icb/options_manager_pc.cpp
+++ b/engines/icb/options_manager_pc.cpp
@@ -638,8 +638,6 @@ OptionsManager::OptionsManager() {
 
 	m_movieRect.left = m_movieRect.right = m_movieRect.top = m_movieRect.bottom = 0;
 
-	//m_colourKey = RGB(255, 0, 255); // WIN32
-	warning("TODO: Use a pixelformat and SDL_MapRGB here, m_colourKey set by hand for now");
 	m_colourKey = 0xFF00FF00;
 
 	m_moveLimiter = FALSE8;




More information about the Scummvm-git-logs mailing list