ICB: Engine works in specific internal pixel format

This commit is contained in:
Paweł Kołodziejski 2021-02-28 13:40:21 +01:00
parent 943f6c7568
commit 122f871f54

View File

@ -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;