Fixes -x11 target on x86-64. Shouldn't break anything on other supported architectures.

This commit is contained in:
Brian Koropoff 2005-09-03 03:31:02 +00:00 committed by Jeff Teunissen
parent e257560174
commit 82b389a720
2 changed files with 2 additions and 1 deletions

1
TODO
View file

@ -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

View file

@ -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];