* I R KNWOING HOW COMPUTARS WURK!!!!!!! lOL

This commit is contained in:
Tim Angus 2007-09-05 21:46:15 +00:00
parent fb76f57887
commit c903576c59
1 changed files with 2 additions and 2 deletions

View File

@ -228,9 +228,9 @@ static int GLimp_SetMode( int mode, qboolean fullscreen )
CLIENT_WINDOW_ICON.bytes_per_pixel * 8,
CLIENT_WINDOW_ICON.bytes_per_pixel * CLIENT_WINDOW_ICON.width,
#ifdef Q3_LITTLE_ENDIAN
0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
#else
0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000
#else
0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
#endif
);