Commit a084339a authored by Sam Lantinga's avatar Sam Lantinga

It helps to use the right constant. :)

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404093
parent f068193f
...@@ -885,7 +885,7 @@ static SDL_Surface* QZ_SetVideoMode (_THIS, SDL_Surface *current, int width, ...@@ -885,7 +885,7 @@ static SDL_Surface* QZ_SetVideoMode (_THIS, SDL_Surface *current, int width,
} }
else else
{ {
#if SDL_BYTEORDER == SDL_LITTLE_ENDIAN #if SDL_BYTEORDER == SDL_LIL_ENDIAN
rmask = 0x0000FF00; rmask = 0x0000FF00;
gmask = 0x00FF0000; gmask = 0x00FF0000;
bmask = 0xFF000000; bmask = 0xFF000000;
......
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