Commit d9a2eb5e authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4047
parent 16d06770
...@@ -752,7 +752,7 @@ int DIB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) ...@@ -752,7 +752,7 @@ int DIB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
entries[i].peBlue = colors[i].b; entries[i].peBlue = colors[i].b;
#ifndef _WIN32_WCE #ifndef _WIN32_WCE
entries[i].peFlags = PC_NOCOLLAPSE; entries[i].peFlags = PC_NOCOLLAPSE;
else #else
entries[i].peFlags = 0; entries[i].peFlags = 0;
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment