mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-26 22:11:18 +00:00
* I R KNWOING HOW COMPUTARS WURK!!!!!!! lOL
This commit is contained in:
parent
fb76f57887
commit
c903576c59
1 changed files with 2 additions and 2 deletions
|
@ -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 * 8,
|
||||||
CLIENT_WINDOW_ICON.bytes_per_pixel * CLIENT_WINDOW_ICON.width,
|
CLIENT_WINDOW_ICON.bytes_per_pixel * CLIENT_WINDOW_ICON.width,
|
||||||
#ifdef Q3_LITTLE_ENDIAN
|
#ifdef Q3_LITTLE_ENDIAN
|
||||||
0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
|
|
||||||
#else
|
|
||||||
0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000
|
0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000
|
||||||
|
#else
|
||||||
|
0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue