Modify the hack used by qpic_t slightly. This is not over, but this will

do for now.  A full texture_t should eventually replace qpic_t/glpic_t..
This commit is contained in:
Joseph Carter 2001-05-25 10:40:30 +00:00
parent 4b3e056429
commit 9788b579c5

View file

@ -52,7 +52,8 @@
typedef struct qpic_s
{
int width, height;
byte data[4]; // variably sized
// byte data[4]; // variably sized
byte data[ZERO_LENGTH_ARRAY]; // variably sized
} qpic_t;
typedef struct