mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Fixes -x11 target on x86-64. Shouldn't break anything on other supported architectures.
This commit is contained in:
parent
e257560174
commit
82b389a720
2 changed files with 2 additions and 1 deletions
1
TODO
1
TODO
|
@ -7,6 +7,7 @@ W = waiting on other work
|
|||
|
||||
|
||||
|
||||
|
||||
X fix skybox/dome vis problems (workable solution found, needs new renderer)
|
||||
X It's possible to stick on some obtuse-angled corners qwsv 2.3x didn't
|
||||
X ~/.quakeforgerc should support all commands, not just set and setrom
|
||||
|
|
|
@ -100,7 +100,7 @@ static byte current_palette[768];
|
|||
|
||||
typedef unsigned char PIXEL8;
|
||||
typedef unsigned short PIXEL16;
|
||||
typedef unsigned long PIXEL24;
|
||||
typedef unsigned int PIXEL24;
|
||||
|
||||
static PIXEL16 st2d_8to16table[256];
|
||||
static PIXEL24 st2d_8to24table[256];
|
||||
|
|
Loading…
Reference in a new issue