mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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 * CLIENT_WINDOW_ICON.width,
|
||||
#ifdef Q3_LITTLE_ENDIAN
|
||||
0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
|
||||
#else
|
||||
0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000
|
||||
#else
|
||||
0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
|
||||
#endif
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue